@@ -39,10 +39,12 @@ jobs:
39
39
runs-on : ${{ matrix.os }}
40
40
41
41
steps :
42
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
42
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
43
with :
45
- go-version : ' 1.22'
44
+ persist-credentials : false
45
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
46
+ with :
47
+ go-version-file : ' go.mod'
46
48
check-latest : true
47
49
48
50
- name : Run cross platform e2e tests
@@ -52,10 +54,12 @@ jobs:
52
54
runs-on : ubuntu-latest
53
55
54
56
steps :
55
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
56
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
57
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58
+ with :
59
+ persist-credentials : false
60
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
57
61
with :
58
- go-version : ' 1.22 '
62
+ go-version-file : ' go.mod '
59
63
check-latest : true
60
64
61
65
- name : Run pkcs11 end-to-end tests
@@ -82,17 +86,19 @@ jobs:
82
86
VAULT_TOKEN : " root"
83
87
VAULT_ADDR : " http://localhost:8200"
84
88
COSIGN_YES : " true"
85
- SCAFFOLDING_RELEASE_VERSION : " v0.7.11 "
89
+ SCAFFOLDING_RELEASE_VERSION : " v0.7.18 "
86
90
steps :
87
91
- name : Checkout
88
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
92
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93
+ with :
94
+ persist-credentials : false
89
95
90
96
- name : setup vault
91
- uses : cpanato/vault-installer@892767a16fcd6afa5c4cceb557a6aacb73427ebb # v1.1 .0
97
+ uses : cpanato/vault-installer@e7c1d664fa15219e89e43739e39a9df11ba00849 # v1.2 .0
92
98
93
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
99
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
94
100
with :
95
- go-version : ' 1.22 '
101
+ go-version-file : ' go.mod '
96
102
check-latest : true
97
103
98
104
- uses : imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4
@@ -112,13 +118,15 @@ jobs:
112
118
runs-on : ubuntu-latest
113
119
114
120
env :
115
- SCAFFOLDING_RELEASE_VERSION : " v0.7.11 "
121
+ SCAFFOLDING_RELEASE_VERSION : " v0.7.18 "
116
122
117
123
steps :
118
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
119
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
124
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
125
+ with :
126
+ persist-credentials : false
127
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
120
128
with :
121
- go-version : ' 1.22 '
129
+ go-version-file : ' go.mod '
122
130
check-latest : true
123
131
124
132
- name : Setup mirror
0 commit comments