8000 Merge pull request #1244 from go-git/dependabot/github_actions/github… · go-git/go-git@b2aea86 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2aea86

Browse files
authored
Merge pull request #1244 from go-git/dependabot/github_actions/github/codeql-action-3.27.6
build: bump github/codeql-action from 2.22.11 to 3.27.6
2 parents 7d2f0f0 + 90bc905 commit b2aea86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
path: ./out/artifacts
2929
- name: Upload Sarif
3030
if: always() && steps.build.outcome == 'success'
31-
uses: github/codeql-action/upload-sarif@v3
31+
uses: github/codeql-action/upload-sarif@v3.27.6
3232
with:
3333
# Path to SARIF file relative to the root of the repository
3434
sarif_file: cifuzz-sarif/results.sarif

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2.22.11
31+
uses: github/codeql-action/init@3096afedf9873361b2b2f65e1445b13272c83eb8 # v2.22.11
3232
with:
3333
languages: ${{ matrix.language }}
3434
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
@@ -39,6 +39,6 @@ jobs:
3939
run: go build ./...
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2.22.11
42+
uses: github/codeql-action/analyze@3096afedf9873361b2b2f65e1445b13272c83eb8 # v2.22.11
4343
with:
4444
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)
0