File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424
2525 # Initializes the CodeQL tools for scanning.
2626 - name : Initialize CodeQL
27- uses : github/codeql-action/init@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
27+ uses : github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
2828 # Override language selection by uncommenting this and choosing your languages
2929 with :
3030 languages : javascript
3131
3232 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3333 # If this step fails, then you should remove it and run the build manually (see below)
3434 - name : Autobuild
35- uses : github/codeql-action/autobuild@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
35+ uses : github/codeql-action/autobuild@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
3636
3737 # ℹ️ Command-line programs to run using the OS shell.
3838 # 📚 https://git.io/JvXDl
4646 # make release
4747
4848 - name : Perform CodeQL Analysis
49- uses : github/codeql-action/analyze@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
49+ uses : github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
Original file line number Diff line number Diff line change 6363
6464 # Upload the results to GitHub's code scanning dashboard.
6565 - name : ' Upload to code-scanning'
66- uses : github/codeql-action/upload-sarif@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
66+ uses : github/codeql-action/upload-sarif@04daf014b50eaf774287bf3f0f1869d4b4c4b913 # v2.21.7
6767 with :
6868 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments