Skip to content

Commit 28a0242

Browse files
ci: bump the github-actions group with 4 updates (#11256)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e464310 commit 28a0242

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
145145
# Check for any typos
146146
- name: Check for typos
147-
uses: crate-ci/typos@v1.16.24
147+
uses: crate-ci/typos@v1.16.25
148148
with:
149149
config: .github/workflows/typos.toml
150150

@@ -478,15 +478,15 @@ jobs:
478478

479479
- name: Upload Playwright Failed Tests
480480
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
481-
uses: actions/upload-artifact@v3
481+
uses: actions/upload-artifact@v4
482482
with:
483483
name: failed-test-videos
484484
path: ./site/test-results/**/*.webm
485485
retention-days: 7
486486

487487
- name: Upload pprof dumps
488488
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
489-
uses: actions/upload-artifact@v3
489+
uses: actions/upload-artifact@v4
490490
with:
491491
name: debug-pprof-dumps
492492
path: ./site/test-results/**/debug-pprof-*.txt
@@ -734,7 +734,7 @@ jobs:
734734
prune-untagged: true
735735

736736
- name: Upload build artifacts
737-
uses: actions/upload-artifact@v3
737+
uses: actions/upload-artifact@v4
738738
with:
739739
name: coder
740740
path: |
@@ -853,7 +853,7 @@ jobs:
853853
uses: google-github-actions/setup-gcloud@v2
854854

855855
- name: Download build artifacts
856-
uses: actions/download-artifact@v3
856+
uses: actions/download-artifact@v4
857857
with:
858858
name: coder
859859
path: ./build

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
307307
- name: Upload artifacts to actions (if dry-run)
308308
if: ${{ inputs.dry_run }}
309-
uses: actions/upload-artifact@v3
309+
uses: actions/upload-artifact@v4
310310
with:
311311
name: release-artifacts
312312
path: |

.github/workflows/security.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v2
32+
uses: github/codeql-action/init@v3
3333
with:
3434
languages: go, javascript
3535

@@ -42,7 +42,7 @@ jobs:
4242
rm Makefile
4343
4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v2
45+
uses: github/codeql-action/analyze@v3
4646

4747
- name: Send Slack notification on failure
4848
if: ${{ failure() }}
@@ -130,13 +130,13 @@ jobs:
130130
severity: "CRITICAL,HIGH"
131131

132132
- name: Upload Trivy scan results to GitHub Security tab
133-
uses: github/codeql-action/upload-sarif@v2
133+
uses: github/codeql-action/upload-sarif@v3
134134
with:
135135
sarif_file: trivy-results.sarif
136136
category: "Trivy"
137137

138138
- name: Upload Trivy scan results as an artifact
139-
uses: actions/upload-artifact@v3
139+
uses: actions/upload-artifact@v4
140140
with:
141141
name: trivy
142142
path: trivy-results.sarif

0 commit comments

Comments
 (0)