Skip to content

Commit ef92246

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update github/codeql-action action to v3.29.9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16b89e8 commit ef92246

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
38+
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
3939
with:
4040
languages: javascript-typescript
4141
config-file: .github/codeql/codeql-config.yml
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
44+
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
4545

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
retention-days: 90
7474

7575
# Upload the results to GitHub's code scanning dashboard.
76-
- uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
76+
- uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
7777
with:
7878
sarif_file: results.sarif

0 commit comments

Comments
 (0)