Skip to content

Commit f3efa08

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

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
@@ -141,7 +141,7 @@ jobs:
141141
142142
# Check for any typos
143143
- name: Check for typos
144-
uses: crate-ci/typos@v1.16.26
144+
uses: crate-ci/typos@v1.17.0
145145
with:
146146
config: .github/workflows/typos.toml
147147

@@ -221,7 +221,7 @@ jobs:
221221
uses: ./.github/actions/setup-node
222222

223223
- name: Setup Go
224-
uses: buildjet/setup-go@v4
224+
uses: buildjet/setup-go@v5
225225
with:
226226
# This doesn't need caching. It's super fast anyways!
227227
cache: false

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
image_name: ${{ steps.build.outputs.image }}
123123

124124
- name: Run Trivy vulnerability scanner
125-
uses: aquasecurity/trivy-action@91713af97dc80187565512baba96e4364e983601
125+
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca
126126
with:
127127
image-ref: ${{ steps.build.outputs.image }}
128128
format: sarif

0 commit comments

Comments
 (0)