File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 timeout-minutes : 30
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
2020 # The FOSSA token is shared between all repos in Rancher's GH org. It can be
2121 # used directly and there is no need to request specific access to EIO.
Original file line number Diff line number Diff line change 1313 id-token : write # required by read-vault-secrets.
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
1818 - name : Install Go
1919 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
1717 - name : Install Go
1818 uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
32+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3333
3434 # https://lima-vm.io/docs/examples/gha/
3535 - name : " Install QEMU"
5252 echo "LIMA_VERSION=${LIMA_VERSION}" >>$GITHUB_ENV
5353
5454 - name : " Cache ~/.cache/lima"
55- uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
55+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
5656 with :
5757 path : ~/.cache/lima
5858 key : lima-${{ env.LIMA_VERSION }}
You can’t perform that action at this time.
0 commit comments