Skip to content

Commit 4be8b0a

Browse files
authored
ci: Emergency fix change deprecated sonarqube action (#4969)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 4a13f4b commit 4be8b0a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/build-steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: echo "date=`date -u +'%Y-%m-%dT%H:%M:%SZ'`" >> $GITHUB_OUTPUT
138138
- name: ccache-restore
139139
id: ccache-restore
140-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
140+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
141141
with:
142142
path: ${{ env.CCACHE_DIR }}
143143
# path: ./ccache
@@ -156,7 +156,7 @@ jobs:
156156
fi
157157
- name: Install sonar-scanner and build-wrapper
158158
if: inputs.sonar == '1'
159-
uses: sonarsource/sonarcloud-github-c-cpp@e4882e1621ad2fb48dddfa48287411bed34789b1 # v2.0.2
159+
uses: sonarsource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
160160
- name: Build
161161
if: inputs.skip_build != '1'
162162
shell: bash
@@ -177,7 +177,7 @@ jobs:
177177
popd
178178
- name: ccache-save
179179
id: ccache-save
180-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
180+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
181181
with:
182182
path: ${{ env.CCACHE_DIR }}
183183
key: ${{inputs.nametag}}-${{steps.ccache_cache_keys.outputs.date}}

.github/workflows/wheel.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: ccache-restore
131131
id: ccache-restore
132-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
132+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
133133
with:
134134
path: ~/.ccache
135135
key: wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: ccache-save
165165
id: ccache-save
166-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
166+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
167167
with:
168168
path: ~/.ccache
169169
key: wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
@@ -236,7 +236,7 @@ jobs:
236236

237237
- name: ccache-restore
238238
id: ccache-restore
239-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
239+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
240240
with:
241241
path: ~/.ccache
242242
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -265,7 +265,7 @@ jobs:
265265
266266
- name: ccache-save
267267
id: ccache-save
268-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
268+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
269269
with:
270270
path: ~/.ccache
271271
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -332,7 +332,7 @@ jobs:
332332

333333
- name: ccache-restore
334334
id: ccache-restore
335-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
335+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
336336
with:
337337
path: ~/.ccache
338338
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -364,7 +364,7 @@ jobs:
364364

365365
- name: ccache-save
366366
id: ccache-save
367-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
367+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
368368
with:
369369
path: ~/.ccache
370370
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -421,7 +421,7 @@ jobs:
421421

422422
- name: ccache-restore
423423
id: ccache-restore
424-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
424+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
425425
with:
426426
path: ~/.ccache
427427
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -445,7 +445,7 @@ jobs:
445445

446446
- name: ccache-save
447447
id: ccache-save
448-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
448+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
449449
with:
450450
path: ~/.ccache
451451
key: wheel-${{runner.os}}-${{matrix.python}}

0 commit comments

Comments
 (0)