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 @@ -36,11 +36,11 @@ jobs:
3636 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2
3737
3838 - name : Initialize CodeQL
39- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # pin@v4.32.6
39+ uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # pin@v4.33.0
4040 with :
4141 languages : ${{ matrix.language }}
4242
4343 - name : Perform CodeQL Analysis
44- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # pin@v4.32.6
44+ uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # pin@v4.33.0
4545 with :
4646 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 7474 # Upload the results to GitHub's code scanning dashboard (optional).
7575 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676 - name : " Upload to code-scanning"
77- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # pin@v4.32.6
77+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # pin@v4.33.0
7878 with :
7979 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments