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 79
79
80
80
- name : Build and push image
81
81
if : steps.changes.outputs.container == 'true' && github.event_name == 'push'
82
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
82
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
83
83
with :
84
84
context : ' {{defaultContext}}:ci'
85
85
push : true
88
88
89
89
- name : Build local image
90
90
if : steps.changes.outputs.container == 'true' && github.event_name != 'push'
91
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
91
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
92
92
with :
93
93
context : ' {{defaultContext}}:ci'
94
94
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
77
+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
112
+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
113
113
with :
114
114
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
51
+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments