@@ -178,7 +178,7 @@ jobs:
178
178
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
179
179
180
180
- name : golangci-lint cache
181
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
181
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
182
182
with :
183
183
path : |
184
184
${{ env.LINT_CACHE_DIR }}
@@ -188,7 +188,7 @@ jobs:
188
188
189
189
# Check for any typos
190
190
- name : Check for typos
191
- uses : crate-ci/typos@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7
191
+ uses : crate-ci/typos@212923e4ff05b7fc2294a204405eec047b807138 # v1.29.9
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
@@ -201,7 +201,7 @@ jobs:
201
201
202
202
# Needed for helm chart linting
203
203
- name : Install helm
204
- uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2 .0
204
+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3 .0
205
205
with :
206
206
version : v3.9.2
207
207
@@ -733,15 +733,15 @@ jobs:
733
733
734
734
- name : Upload Playwright Failed Tests
735
735
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
736
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
736
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
737
737
with :
738
738
name : failed-test-videos${{ matrix.variant.premium && '-premium' || '' }}
739
739
path : ./site/test-results/**/*.webm
740
740
retention-days : 7
741
741
742
742
- name : Upload pprof dumps
743
743
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
744
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
744
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
745
745
with :
746
746
name : debug-pprof-dumps${{ matrix.variant.premium && '-premium' || '' }}
747
747
path : ./site/test-results/**/debug-pprof-*.txt
@@ -1000,7 +1000,7 @@ jobs:
1000
1000
1001
1001
- name : Upload build artifacts
1002
1002
if : ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
1003
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
1003
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1004
1004
with :
1005
1005
name : dylibs
1006
1006
path : |
@@ -1140,7 +1140,7 @@ jobs:
1140
1140
1141
1141
- name : Upload build artifacts
1142
1142
if : github.ref == 'refs/heads/main'
1143
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
1143
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1144
1144
with :
1145
1145
name : coder
1146
1146
path : |
@@ -1183,7 +1183,7 @@ jobs:
1183
1183
uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
1184
1184
1185
1185
- name : Set up Flux CLI
1186
- uses : fluxcd/flux2/action@5350425cdcd5fa015337e09fa502153c0275bd4b # v2.4 .0
1186
+ uses : fluxcd/flux2/action@af67405ee43a6cd66e0b73f4b3802e8583f9d961 # v2.5 .0
1187
1187
with :
1188
1188
# Keep this and the github action up to date with the version of flux installed in dogfood cluster
1189
1189
version : " 2.2.1"
0 commit comments