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 @@ -27,15 +27,15 @@ jobs:
2727
2828 # Initializes the CodeQL tools for scanning.
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
30+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
3131 with :
3232 languages : ${{ matrix.language }}
3333 config-file : ./.github/codeql-config.yml
3434
3535 - name : Autobuild
36- uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
36+ uses : github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
3737
3838 - name : Perform CodeQL Analysis
39- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
39+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
4040 with :
4141 category : /language:${{matrix.language}}
Original file line number Diff line number Diff line change 7373
7474 # Upload the results to GitHub's code scanning dashboard.
7575 - name : Upload to code-scanning
76- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
76+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7777 with :
7878 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments