Skip to content

Commit 379930c

Browse files
chore(deps): update github/codeql-action action to v3.29.2 (#311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f53088 commit 379930c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
sarif-file: results.sarif
101101

102102
- name: Upload to GitHub's code scanning dashboard
103-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
103+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
104104
if: github.event.pull_request.head.repo.fork == false
105105
with:
106106
sarif_file: results.sarif

.github/workflows/openssf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
retention-days: 5
6262

6363
- name: Upload to GitHub's code scanning dashboard
64-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
64+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6565
with:
6666
sarif_file: results.sarif

0 commit comments

Comments
 (0)