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 @@ -33,11 +33,11 @@ jobs:
3333 uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3434
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
36+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
3737 with :
3838 languages : python
3939
4040 - name : Perform CodeQL Analysis
41- uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
41+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4242 with :
4343 category : " /language:python"
Original file line number Diff line number Diff line change 5353 retention-days : 5
5454
5555 - name : " Upload to code-scanning dashboard"
56- uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
56+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
5757 with :
5858 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments