3535 helm_changes : ${{ steps.filter.outputs.charts }}
3636 steps :
3737 - name : Checkout Repository
38- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
38+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939 with :
4040 fetch-depth : 0
41+ token : ${{ github.actor == 'renovate[bot]' && secrets.NGINX_PAT || github.token }}
4142
4243 - name : Setup Golang Environment
4344 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
7980 needs : vars
8081 steps :
8182 - name : Checkout Repository
82- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
83+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8384
8485 - name : Setup Golang Environment
8586 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
@@ -110,7 +111,7 @@ jobs:
110111 needs : vars
111112 steps :
112113 - name : Checkout Repository
113- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
114+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114115
115116 - name : Setup Node.js Environment
116117 uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
@@ -135,7 +136,7 @@ jobs:
135136 issues : write # for goreleaser/goreleaser-action to close milestone
136137 steps :
137138 - name : Checkout Repository
138- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
139+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139140 with :
140141 fetch-depth : 0
141142
@@ -160,7 +161,7 @@ jobs:
160161 if : ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
161162
162163 - 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
164165 if : github.ref_type == 'tag'
165166
166167 - name : Install Cosign
@@ -183,7 +184,7 @@ jobs:
183184 TELEMETRY_ENDPOINT_INSECURE : " false"
184185
185186 - name : Cache Artifacts
186- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
187+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
187188 with :
188189 path : ${{ github.workspace }}/dist
189190 key : nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }}
@@ -290,7 +291,7 @@ jobs:
290291 packages : write # for helm to push to GHCR
291292 steps :
292293 - name : Checkout Repository
293- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
294+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
294295
295296 - name : Login to GitHub Container Registry
296297 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
0 commit comments