Skip to content

Commit eaac4a2

Browse files
authored
fixated all usages of hendrikmuhs/ccache-action to v1.2.11 for now (cppcheck-opensource#5952)
As the work on hendrikmuhs/ccache-action#178 and hendrikmuhs/ccache-action#179 has stalled roll back all usages to the previous version for now. This prevents the steps from running into a 2 minutes timeout.
1 parent b9568a0 commit eaac4a2

9 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/CI-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mingw-w64-x86_64-ccache
4444
4545
- name: ccache
46-
uses: hendrikmuhs/[email protected]
46+
uses: hendrikmuhs/[email protected].11
4747
with:
4848
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
4949

.github/workflows/CI-unixish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737

3838
- name: ccache
39-
uses: hendrikmuhs/[email protected]
39+
uses: hendrikmuhs/[email protected].11
4040
with:
4141
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
4242

@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@v3
9999

100100
- name: ccache
101-
uses: hendrikmuhs/[email protected]
101+
uses: hendrikmuhs/[email protected].11
102102
with:
103103
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
104104

@@ -171,7 +171,7 @@ jobs:
171171
- uses: actions/checkout@v3
172172

173173
- name: ccache
174-
uses: hendrikmuhs/[email protected]
174+
uses: hendrikmuhs/[email protected].11
175175
with:
176176
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
177177

@@ -203,7 +203,7 @@ jobs:
203203
- uses: actions/checkout@v3
204204

205205
- name: ccache
206-
uses: hendrikmuhs/[email protected]
206+
uses: hendrikmuhs/[email protected].11
207207
with:
208208
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
209209

@@ -272,7 +272,7 @@ jobs:
272272
brew link qt@5 --force
273273
274274
- name: ccache
275-
uses: hendrikmuhs/[email protected]
275+
uses: hendrikmuhs/[email protected].11
276276
with:
277277
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
278278

@@ -339,7 +339,7 @@ jobs:
339339
- uses: actions/checkout@v3
340340

341341
- name: ccache
342-
uses: hendrikmuhs/[email protected]
342+
uses: hendrikmuhs/[email protected].11
343343
with:
344344
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
345345

@@ -462,7 +462,7 @@ jobs:
462462
- uses: actions/checkout@v3
463463

464464
- name: ccache
465-
uses: hendrikmuhs/[email protected]
465+
uses: hendrikmuhs/[email protected].11
466466
with:
467467
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
468468

.github/workflows/asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030

3131
- name: ccache
32-
uses: hendrikmuhs/[email protected]
32+
uses: hendrikmuhs/[email protected].11
3333
with:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525

2626
- name: ccache
27-
uses: hendrikmuhs/[email protected]
27+
uses: hendrikmuhs/[email protected].11
2828
with:
2929
key: ${{ github.workflow }}-${{ runner.os }}
3030

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525

2626
- name: ccache
27-
uses: hendrikmuhs/[email protected]
27+
uses: hendrikmuhs/[email protected].11
2828
with:
2929
key: ${{ github.workflow }}-${{ runner.os }}
3030

.github/workflows/selfcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sudo apt-get install libboost-container-dev
3232
3333
- name: ccache
34-
uses: hendrikmuhs/[email protected]
34+
uses: hendrikmuhs/[email protected].11
3535
with:
3636
key: ${{ github.workflow }}-${{ runner.os }}
3737

.github/workflows/tsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030

3131
- name: ccache
32-
uses: hendrikmuhs/[email protected]
32+
uses: hendrikmuhs/[email protected].11
3333
with:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

.github/workflows/ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030

3131
- name: ccache
32-
uses: hendrikmuhs/[email protected]
32+
uses: hendrikmuhs/[email protected].11
3333
with:
3434
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
3535

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424

2525
- name: ccache
26-
uses: hendrikmuhs/[email protected]
26+
uses: hendrikmuhs/[email protected].11
2727
with:
2828
key: ${{ github.workflow }}-${{ runner.os }}
2929

0 commit comments

Comments
 (0)