Skip to content

Commit f947a34

Browse files
dependabot[bot]matifaliethanndickson
authored
ci: bump the github-actions group across 1 directory with 15 updates (coder#20384)
Co-authored-by: github-actions[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M Atif Ali <atif@coder.com> Co-authored-by: Ethan Dickson <ethan@coder.com>
1 parent fb9d8e3 commit f947a34

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
persist-credentials: false
7777

7878
- name: GHCR Login
79-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
79+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8080
with:
8181
registry: ghcr.io
8282
username: ${{ github.actor }}
@@ -92,7 +92,7 @@ jobs:
9292
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
9393

9494
- name: Set up Flux CLI
95-
uses: fluxcd/flux2/action@6bf37f6a560fd84982d67f853162e4b3c2235edb # v2.6.4
95+
uses: fluxcd/flux2/action@4a15fa6a023259353ef750acf1c98fe88407d4d0 # v2.7.2
9696
with:
9797
# Keep this and the github action up to date with the version of flux installed in dogfood cluster
9898
version: "2.7.0"

.github/workflows/docker-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Docker login
51-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
51+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5252
with:
5353
registry: ghcr.io
5454
username: ${{ github.actor }}

.github/workflows/docs-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: ./.github/actions/setup-node
3232

33-
- uses: tj-actions/changed-files@4563c729c555b4141fac99c80f699f571219b836 # v45.0.7
33+
- uses: tj-actions/changed-files@d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 # v45.0.7
3434
id: changed-files
3535
with:
3636
files: |

.github/workflows/dogfood.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Login to DockerHub
8484
if: github.ref == 'refs/heads/main'
85-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
85+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8686
with:
8787
username: ${{ secrets.DOCKERHUB_USERNAME }}
8888
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/pr-deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
egress-policy: audit
190190

191191
- name: Find Comment
192-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
192+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
193193
id: fc
194194
with:
195195
issue-number: ${{ needs.get_info.outputs.PR_NUMBER }}
@@ -199,7 +199,7 @@ jobs:
199199

200200
- name: Comment on PR
201201
id: comment_id
202-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
202+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
203203
with:
204204
comment-id: ${{ steps.fc.outputs.comment-id }}
205205
issue-number: ${{ needs.get_info.outputs.PR_NUMBER }}
@@ -248,7 +248,7 @@ jobs:
248248
uses: ./.github/actions/setup-sqlc
249249

250250
- name: GHCR Login
251-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
251+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
252252
with:
253253
registry: ghcr.io
254254
username: ${{ github.actor }}
@@ -491,7 +491,7 @@ jobs:
491491
PASSWORD: ${{ steps.setup_deployment.outputs.password }}
492492

493493
- name: Find Comment
494-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0
494+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0
495495
id: fc
496496
with:
497497
issue-number: ${{ env.PR_NUMBER }}
@@ -500,7 +500,7 @@ jobs:
500500
direction: last
501501

502502
- name: Comment on PR
503-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
503+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
504504
env:
505505
STATUS: ${{ needs.get_info.outputs.NEW == 'true' && 'Created' || 'Updated' }}
506506
with:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
cat "$CODER_RELEASE_NOTES_FILE"
240240
241241
- name: Docker Login
242-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
242+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
243243
with:
244244
registry: ghcr.io
245245
username: ${{ github.actor }}
@@ -785,7 +785,7 @@ jobs:
785785

786786
- name: Send repository-dispatch event
787787
if: ${{ !inputs.dry_run }}
788-
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
788+
uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4.0.0
789789
with:
790790
token: ${{ secrets.CDRCI_GITHUB_TOKEN }}
791791
repository: coder/packages

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: "Run analysis"
33-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
33+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif
@@ -47,6 +47,6 @@ jobs:
4747

4848
# Upload the results to GitHub's code scanning dashboard.
4949
- name: "Upload to code-scanning"
50-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
50+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
5151
with:
5252
sarif_file: results.sarif

.github/workflows/security.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: ./.github/actions/setup-go
4141

4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
43+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
4444
with:
4545
languages: go, javascript
4646

@@ -50,7 +50,7 @@ jobs:
5050
rm Makefile
5151
5252
- name: Perform CodeQL Analysis
53-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
53+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
5454

5555
- name: Send Slack notification on failure
5656
if: ${{ failure() }}
@@ -154,7 +154,7 @@ jobs:
154154
severity: "CRITICAL,HIGH"
155155

156156
- name: Upload Trivy scan results to GitHub Security tab
157-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
157+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
158158
with:
159159
sarif_file: trivy-results.sarif
160160
category: "Trivy"

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: audit
2424

2525
- name: stale
26-
uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
26+
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2727
with:
2828
stale-issue-label: "stale"
2929
stale-pr-label: "stale"

0 commit comments

Comments
 (0)