mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Pin cache action against specific commit
This commit is contained in:
parent
3d50869ed6
commit
de1268ffb9
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -64,7 +64,7 @@ runs:
|
|||||||
- name: Download the bootstrapper from cache
|
- name: Download the bootstrapper from cache
|
||||||
id: download-bootstrapper-cache
|
id: download-bootstrapper-cache
|
||||||
if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
|
if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
|
||||||
with:
|
with:
|
||||||
key: bootstrapper-${{ github.sha }}
|
key: bootstrapper-${{ github.sha }}
|
||||||
path: "build/bootstrapper"
|
path: "build/bootstrapper"
|
||||||
|
2
.github/workflows/e2e-test-manual-macos.yml
vendored
2
.github/workflows/e2e-test-manual-macos.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload bootstrapper to cache
|
- name: Upload bootstrapper to cache
|
||||||
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
|
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
|
||||||
with:
|
with:
|
||||||
key: bootstrapper-${{ github.sha }}
|
key: bootstrapper-${{ github.sha }}
|
||||||
path: "build/bootstrapper"
|
path: "build/bootstrapper"
|
||||||
|
Loading…
Reference in New Issue
Block a user