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 62
62
63
63
# Initializes the CodeQL tools for scanning.
64
64
- name : Initialize CodeQL
65
- uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
65
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
66
66
with :
67
67
languages : ${{ matrix.language }}
68
68
# If you wish to specify custom queries, you can do so here or in a config file.
96
96
make -j 4 all
97
97
98
98
- name : Perform CodeQL Analysis
99
- uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
99
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
Original file line number Diff line number Diff line change 61
61
62
62
# Upload the results to GitHub's code scanning dashboard.
63
63
- name : " Upload to code-scanning"
64
- uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
64
+ uses : github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
65
65
with :
66
66
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments