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@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
27+ uses : github/codeql-action/init@4f0ceda83afa9bc55df7b6c611b81435fa53d987 # v2.25.4
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@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
35+ uses : github/codeql-action/autobuild@4f0ceda83afa9bc55df7b6c611b81435fa53d987 # v2.25.4
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@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
49+ uses : github/codeql-action/analyze@4f0ceda83afa9bc55df7b6c611b81435fa53d987 # v2.25.4
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@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
66+ uses : github/codeql-action/upload-sarif@4f0ceda83afa9bc55df7b6c611b81435fa53d987 # v2.25.4
6767 with :
6868 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments