Skip to content

Commit 353f610

Browse files
committed
ci: Emergency fix change deprecated sonarqube action (#4969)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 13d96ee commit 353f610

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
@@ -117,7 +117,7 @@ jobs:
117117
run: echo "date=`date -u +'%Y-%m-%dT%H:%M:%SZ'`" >> $GITHUB_OUTPUT
118118
- name: ccache-restore
119119
id: ccache-restore
120-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
120+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
121121
with:
122122
path: ${{ env.CCACHE_DIR }}
123123
# path: ./ccache
@@ -136,7 +136,7 @@ jobs:
136136
fi
137137
- name: Install sonar-scanner and build-wrapper
138138
if: inputs.sonar == '1'
139-
uses: sonarsource/sonarcloud-github-c-cpp@e4882e1621ad2fb48dddfa48287411bed34789b1 # v2.0.2
139+
uses: sonarsource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
140140
- name: Build
141141
if: inputs.skip_build != '1'
142142
shell: bash
@@ -157,7 +157,7 @@ jobs:
157157
popd
158158
- name: ccache-save
159159
id: ccache-save
160-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
160+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
161161
with:
162162
path: ${{ env.CCACHE_DIR }}
163163
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
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: ccache-restore
159159
id: ccache-restore
160-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
160+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
161161
with:
162162
path: ~/.ccache
163163
key: wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
@@ -191,7 +191,7 @@ jobs:
191191

192192
- name: ccache-save
193193
id: ccache-save
194-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
194+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
195195
with:
196196
path: ~/.ccache
197197
key: wheel-${{runner.os}}-${{matrix.manylinux}}-${{matrix.python}}
@@ -264,7 +264,7 @@ jobs:
264264

265265
- name: ccache-restore
266266
id: ccache-restore
267-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
267+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
268268
with:
269269
path: ~/.ccache
270270
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -293,7 +293,7 @@ jobs:
293293
294294
- name: ccache-save
295295
id: ccache-save
296-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
296+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
297297
with:
298298
path: ~/.ccache
299299
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -357,7 +357,7 @@ jobs:
357357

358358
- name: ccache-restore
359359
id: ccache-restore
360-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
360+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
361361
with:
362362
path: ~/.ccache
363363
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -389,7 +389,7 @@ jobs:
389389

390390
- name: ccache-save
391391
id: ccache-save
392-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
392+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
393393
with:
394394
path: ~/.ccache
395395
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -446,7 +446,7 @@ jobs:
446446

447447
- name: ccache-restore
448448
id: ccache-restore
449-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
449+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
450450
with:
451451
path: ~/.ccache
452452
key: wheel-${{runner.os}}-${{matrix.python}}
@@ -470,7 +470,7 @@ jobs:
470470

471471
- name: ccache-save
472472
id: ccache-save
473-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
473+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
474474
with:
475475
path: ~/.ccache
476476
key: wheel-${{runner.os}}-${{matrix.python}}

0 commit comments

Comments
 (0)