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 19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
21
21
- name : clang-format
22
- uses : jidicula/clang-format-action@d05cecd4a1a5b7e64c22f5a468456135a43f13f6 # v4.14 .0
22
+ uses : jidicula/clang-format-action@4726374d1aa3c6aecf132e5197e498979588ebc8 # v4.15 .0
23
23
with :
24
24
clang-format-version : ' 17'
25
25
check-path : ' src'
57
57
58
58
- name : Log in to the Container registry
59
59
if : steps.changes.outputs.container == 'false' || github.event_name == 'push'
60
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
60
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
61
61
with :
62
62
registry : ${{ env.REGISTRY }}
63
63
username : ${{ github.actor }}
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
77
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
112
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
42
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
51
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments