Skip to content

Commit c9b7ef3

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

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@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
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@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)