File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
APPLY_FIXES : all
31
31
VALIDATE_ALL_CODEBASE : true
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
- - uses : github/codeql-action/upload-sarif@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2.22.6
33
+ - uses : github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
34
34
if : ${{ success() || failure() }}
35
35
with :
36
36
sarif_file : megalinter-reports/megalinter-report.sarif
Original file line number Diff line number Diff line change 19
19
with :
20
20
image : ghcr.io/${{ github.repository }}:latest
21
21
dockerfile : .devcontainer/Dockerfile
22
- - uses : github/codeql-action/upload-sarif@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2.22.6
22
+ - uses : github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
23
23
if : ${{ steps.scan.outputs.sarif != '' }}
24
24
with :
25
25
sarif_file : ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments