Commit 69aaac7 1 parent 8f82d3d commit 69aaac7 Copy full SHA for 69aaac7
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 69
69
70
70
# Initializes the CodeQL tools for scanning.
71
71
- name : Initialize CodeQL
72
- uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
72
+ uses : github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
73
73
with :
74
74
languages : ${{ matrix.language }}
75
75
# If you wish to specify custom queries, you can do so here or in a config file.
94
94
colcon build --event-handlers console_direct+ --executor sequential --packages-up-to ad_rss ad_rss_map_integration --cmake-args -DBUILD_HARDENING=ON -DBUILD_TESTING=ON -DBUILD_PYTHON_BINDING=ON
95
95
96
96
- name : Perform CodeQL Analysis
97
- uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
97
+ uses : github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
98
98
with :
99
99
upload : false # disable the upload here - we will upload in a different action
100
100
category : " /language:${{matrix.language}}"
@@ -110,7 +110,7 @@ jobs:
110
110
output : sarif-results/${{ matrix.language }}.sarif
111
111
112
112
- name : Upload SARIF
113
- uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
113
+ uses : github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
114
114
with :
115
115
sarif_file : sarif-results/${{ matrix.language }}.sarif
116
116
Original file line number Diff line number Diff line change 71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
74
+ uses : github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments