File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : clang-format
21
- uses : jidicula/clang-format-action@c74383674bf5f7c69f60ce562019c1c94bc1421a # v4.13 .0
21
+ uses : jidicula/clang-format-action@d05cecd4a1a5b7e64c22f5a468456135a43f13f6 # v4.14 .0
22
22
with :
23
23
clang-format-version : ' 17'
24
24
check-path : ' src'
57
57
58
58
- name : Extract metadata
59
59
id : meta
60
- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5 .1
60
+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6 .1
61
61
with :
62
62
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
63
63
tags : |
68
68
69
69
- name : Build and push
70
70
if : steps.changes.outputs.container == 'true'
71
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
71
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
77
+ uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
112
+ uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
51
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments