Skip to content

Commit 31e5374

Browse files
chore(deps): update github/codeql-action action to v4.31.0
1 parent 7612c03 commit 31e5374

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727

2828
- name: Initialize CodeQL
2929
# Does not support arm64
30-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
30+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
3131
with:
3232
languages: actions
3333
build-mode: none
3434
queries: security-extended
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
37+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
3838
with:
3939
category: "/language:actions"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
publish_results: true
4040

4141
- name: Upload SARIF results to GitHub Security
42-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
42+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4343
with:
4444
sarif_file: results.sarif
4545
# Set category to distinguish from other security scans

0 commit comments

Comments
 (0)