@@ -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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
181
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
182
182
with :
183
183
path : |
184
184
${{ env.LINT_CACHE_DIR }}
@@ -730,15 +730,15 @@ jobs:
730
730
731
731
- name : Upload Playwright Failed Tests
732
732
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
733
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
733
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
734
734
with :
735
735
name : failed-test-videos${{ matrix.variant.premium && '-premium' || '' }}
736
736
path : ./site/test-results/**/*.webm
737
737
retention-days : 7
738
738
739
739
- name : Upload pprof dumps
740
740
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
741
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
741
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
742
742
with :
743
743
name : debug-pprof-dumps${{ matrix.variant.premium && '-premium' || '' }}
744
744
path : ./site/test-results/**/debug-pprof-*.txt
@@ -997,7 +997,7 @@ jobs:
997
997
998
998
- name : Upload build artifacts
999
999
if : ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
1000
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1000
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
1001
1001
with :
1002
1002
name : dylibs
1003
1003
path : |
@@ -1071,14 +1071,10 @@ jobs:
1071
1071
run : sudo apt-get install -y zstd
1072
1072
1073
1073
- name : Install cosign
1074
- uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
1075
- with :
1076
- cosign-release : " v2.4.3"
1074
+ uses : ./.github/actions/install-cosign
1077
1075
1078
1076
- name : Install syft
1079
- uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
1080
- with :
1081
- syft-version : " v1.20.0"
1077
+ uses : ./.github/actions/install-syft
1082
1078
1083
1079
- name : Setup Windows EV Signing Certificate
1084
1080
run : |
@@ -1103,7 +1099,7 @@ jobs:
1103
1099
uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
1104
1100
1105
1101
- name : Download dylibs
1106
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
1102
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
1107
1103
with :
1108
1104
name : dylibs
1109
1105
path : ./build
@@ -1330,7 +1326,7 @@ jobs:
1330
1326
1331
1327
- name : Upload build artifacts
1332
1328
if : github.ref == 'refs/heads/main'
1333
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
1329
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
1334
1330
with :
1335
1331
name : coder
1336
1332
path : |
0 commit comments