Skip to content

Commit c78dd39

Browse files
chore(deps): update github/codeql-action action to v4.36.2
1 parent 0e99b4a commit c78dd39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
103+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.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
@@ -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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
62+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)