File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 - name : Checkout repository
2828 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
30+ uses : github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
3131 with :
3232 languages : ${{ matrix.language }}
3333 - name : Perform CodeQL Analysis
34- uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
34+ uses : github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
3535 with :
3636 category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change 4545
4646 # Upload the results to GitHub's code scanning dashboard.
4747 - name : ' Upload to code-scanning'
48- uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
48+ uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
4949 with :
5050 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments