@@ -181,7 +181,7 @@ jobs:
181181 echo "LINT_CACHE_DIR=$dir" >> "$GITHUB_ENV"
182182
183183 - name : golangci-lint cache
184- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
184+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
185185 with :
186186 path : |
187187 ${{ env.LINT_CACHE_DIR }}
@@ -191,7 +191,7 @@ jobs:
191191
192192 # Check for any typos
193193 - name : Check for typos
194- uses : crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1.36.2
194+ uses : crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1.38.1
195195 with :
196196 config : .github/workflows/typos.toml
197197
@@ -806,7 +806,7 @@ jobs:
806806 # the check to pass. This is desired in PRs, but not in mainline.
807807 - name : Publish to Chromatic (non-mainline)
808808 if : github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
809- uses : chromaui/action@20c7e42e1b2f6becd5d188df9acb02f3e2f51519 # v13.2 .0
809+ uses : chromaui/action@4ffe736a2a8262ea28067ff05a13b635ba31ec05 # v13.3 .0
810810 env :
811811 NODE_OPTIONS : " --max_old_space_size=4096"
812812 STORYBOOK : true
@@ -838,7 +838,7 @@ jobs:
838838 # infinitely "in progress" in mainline unless we re-review each build.
839839 - name : Publish to Chromatic (mainline)
840840 if : github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
841- uses : chromaui/action@20c7e42e1b2f6becd5d188df9acb02f3e2f51519 # v13.2 .0
841+ uses : chromaui/action@4ffe736a2a8262ea28067ff05a13b635ba31ec05 # v13.3 .0
842842 env :
843843 NODE_OPTIONS : " --max_old_space_size=4096"
844844 STORYBOOK : true
@@ -1123,7 +1123,7 @@ jobs:
11231123 persist-credentials : false
11241124
11251125 - name : GHCR Login
1126- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
1126+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
11271127 with :
11281128 registry : ghcr.io
11291129 username : ${{ github.actor }}
0 commit comments