Skip to content

Commit 8006c55

Browse files
authored
Merge pull request #69 from smlx/dependabot/github_actions/github/codeql-action-3.22.11
chore(deps): bump github/codeql-action from 2.22.9 to 3.22.11
2 parents 6ff2470 + 9fdfef0 commit 8006c55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
go-version: stable
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
29+
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
3030
with:
3131
languages: ${{ matrix.language }}
3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
33+
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11

.github/workflows/ossf-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
# of the value entered here.
2626
publish_results: true
2727
- name: Upload SARIF results to code scanning
28-
uses: github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9
28+
uses: github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
2929
with:
3030
sarif_file: results.sarif

0 commit comments

Comments
 (0)