File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
69
69
- name : Build and push
70
70
if : steps.changes.outputs.container == 'true'
71
- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
71
+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
72
72
with :
73
73
context : ' {{defaultContext}}:ci'
74
74
push : true
Original file line number Diff line number Diff line change 74
74
75
75
# Initializes the CodeQL tools for scanning.
76
76
- name : Initialize CodeQL
77
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
77
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
78
78
with :
79
79
languages : ${{ matrix.language }}
80
80
build-mode : ${{ matrix.build-mode }}
@@ -109,6 +109,6 @@ jobs:
109
109
run : cmake --build ${{github.workspace}}/build -- -k -j
110
110
111
111
- name : Perform CodeQL Analysis
112
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
112
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
113
113
with :
114
114
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 39
39
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
40
40
# format to the repository Actions tab.
41
41
- name : " Upload artifact"
42
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
42
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
43
43
with :
44
44
name : SARIF file
45
45
path : results.sarif
48
48
# Upload the results to GitHub's code scanning dashboard (optional).
49
49
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
50
50
- name : " Upload to code-scanning"
51
- uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
51
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments