Skip to content

Commit c5a91ff

Browse files
Bump the github-actions group with 2 updates (#388)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Collom <david.collom@jetstack.io>
1 parent 246bd3b commit c5a91ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141

4242
- name: Run Trivy vulnerability scanner in repo mode
43-
uses: aquasecurity/trivy-action@0.30.0
43+
uses: aquasecurity/trivy-action@0.31.0
4444
continue-on-error: true
4545
with:
4646
scan-type: "fs"
@@ -147,7 +147,7 @@ jobs:
147147
type=provenance,mode=max
148148
149149
- name: Run Trivy vulnerability scanner
150-
uses: aquasecurity/trivy-action@0.30.0
150+
uses: aquasecurity/trivy-action@0.31.0
151151
with:
152152
input: ./.oci-image
153153
format: "table"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
# Install the cosign tool except on PR
208208
# https://github.com/sigstore/cosign-installer
209209
- name: Install cosign
210-
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb #v3.8.2
210+
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac #v3.9.1
211211
with:
212212
cosign-release: "v2.2.4"
213213

0 commit comments

Comments
 (0)