File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 persist-credentials : false
3434
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33 .0
36+ uses : github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34 .0
3737 with :
3838 languages : ${{ matrix.language }}
3939 build-mode : ${{ matrix.build-mode }}
4040 source-root : ${{ matrix.source-root }}
4141
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33 .0
43+ uses : github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34 .0
4444 with :
4545 category : language:${{ matrix.language }}
Original file line number Diff line number Diff line change 9494 severity-cutoff : high
9595
9696 - name : Upload Report
97- uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33 .0
97+ uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34 .0
9898 with :
9999 category : container:${{ matrix.app }}
100100 sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments