Skip to content

Commit e649aad

Browse files
chore(deps): update github/codeql-action action to v3.31.9
1 parent 221f80c commit e649aad

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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
103+
uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3.31.9
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
@@ -59,6 +59,6 @@ jobs:
5959
retention-days: 5
6060

6161
- name: Upload to GitHub's code scanning dashboard
62-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
62+
uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3.31.9
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)