Skip to content

Commit 7bd26e6

Browse files
committed
Update actions/checkout and github/codeql-action/upload-sarif to latest versions
1 parent e99b3d2 commit 7bd26e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/SAST-ESLint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@de0fac28217160c9e1c4a3e79f4436864c564dc7 # v6.0.2
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Install ESLint
2828
run: |
@@ -40,7 +40,7 @@ jobs:
4040
continue-on-error: true
4141

4242
- name: Upload analysis results to GitHub
43-
uses: github/codeql-action/upload-sarif@d4b3ca94f14f5cf92f51e5f8efe83e46c6c46ad1 # v4.1.3
43+
uses: github/codeql-action/upload-sarif@0e9f55954318745b37b7933c693bc093f7336125 # v4.35.1
4444
with:
4545
sarif_file: eslint-results.sarif
4646
wait-for-processing: true

0 commit comments

Comments
 (0)