@@ -29,15 +29,17 @@ jobs:
2929 VAULT_ADDR : " http://127.0.0.1:8200"
3030 steps :
3131 - name : Set up Go ${{ matrix.go-version }}
32- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
32+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
3333 with :
3434 go-version : ${{ matrix.go-version }}
3535 id : go
3636
3737 - name : Check out code into the Go module directory
3838 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39+ with :
40+ persist-credentials : false
3941
40- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
42+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4143 with :
4244 path : ~/go/pkg/mod
4345 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -69,14 +71,14 @@ jobs:
6971
7072 - name : Upload artifact for ${{ matrix.os }}
7173 if : matrix.os != 'windows'
72- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
74+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7375 with :
7476 name : sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7577 path : sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ matrix.arch }}-${{ github.sha }}
7678
7779 - name : Upload artifact for ${{ matrix.os }}
7880 if : matrix.os == 'windows'
79- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
81+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8082 with :
8183 name : sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ github.sha }}
8284 path : sops-${{ matrix.go-version }}-${{ matrix.os }}-${{ github.sha }}
9496 steps :
9597 - name : Check out code
9698 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99+ with :
100+ persist-credentials : false
97101
98102 # Rustup will detect toolchain version and profile from rust-toolchain.toml
99103 # It will download and install the toolchain and components automatically
0 commit comments