Skip to content

Commit aa3ab20

Browse files
ci: bump the github-actions group with 3 updates (coder#12622)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a5c5d0 commit aa3ab20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
143143
# Check for any typos
144144
- name: Check for typos
145-
uses: crate-ci/typos@v1.18.2
145+
uses: crate-ci/typos@v1.19.0
146146
with:
147147
config: .github/workflows/typos.toml
148148

@@ -155,7 +155,7 @@ jobs:
155155
156156
# Needed for helm chart linting
157157
- name: Install helm
158-
uses: azure/setup-helm@v3
158+
uses: azure/setup-helm@v4
159159
with:
160160
version: v3.9.2
161161

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
115115
116116
- name: Run Trivy vulnerability scanner
117-
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef
117+
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d
118118
with:
119119
image-ref: ${{ steps.build.outputs.image }}
120120
format: sarif

0 commit comments

Comments
 (0)