Skip to content

Commit c625b1a

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

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@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3.31.5
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@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3.31.5
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)