35
35
helm_changes : ${{ steps.filter.outputs.charts }}
36
36
steps :
37
37
- name : Checkout Repository
38
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
39
with :
40
40
fetch-depth : 0
41
+ token : ${{ github.actor == 'renovate[bot]' && secrets.NGINX_PAT || github.token }}
41
42
42
43
- name : Setup Golang Environment
43
44
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
79
80
needs : vars
80
81
steps :
81
82
- name : Checkout Repository
82
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
83
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83
84
84
85
- name : Setup Golang Environment
85
86
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
@@ -110,7 +111,7 @@ jobs:
110
111
needs : vars
111
112
steps :
112
113
- name : Checkout Repository
113
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
114
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114
115
115
116
- name : Setup Node.js Environment
116
117
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -135,7 +136,7 @@ jobs:
135
136
issues : write # for goreleaser/goreleaser-action to close milestone
136
137
steps :
137
138
- name : Checkout Repository
138
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
139
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139
140
with :
140
141
fetch-depth : 0
141
142
@@ -160,7 +161,7 @@ jobs:
160
161
if : ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
161
162
162
163
- name : Download Syft
163
- uses : anchore/sbom-action/download-syft@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4
164
+ uses : anchore/sbom-action/download-syft@1ca97d9028b51809cf6d3c934c3e160716e1b605 # v0.17.5
164
165
if : github.ref_type == 'tag'
165
166
166
167
- name : Install Cosign
@@ -183,7 +184,7 @@ jobs:
183
184
TELEMETRY_ENDPOINT_INSECURE : " false"
184
185
185
186
- name : Cache Artifacts
186
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
187
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
187
188
with :
188
189
path : ${{ github.workspace }}/dist
189
190
key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
@@ -290,7 +291,7 @@ jobs:
290
291
packages : write # for helm to push to GHCR
291
292
steps :
292
293
- name : Checkout Repository
293
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
294
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
294
295
295
296
- name : Login to GitHub Container Registry
296
297
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
0 commit comments