File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
46
+ uses : github/codeql-action/init@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
# If you wish to specify custom queries, you can do so here or in a config file.
59
59
make build
60
60
61
61
- name : Perform CodeQL Analysis
62
- uses : github/codeql-action/analyze@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
62
+ uses : github/codeql-action/analyze@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
Original file line number Diff line number Diff line change 64
64
# Upload the results to GitHub's code scanning dashboard (optional).
65
65
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
67
+ uses : github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments