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