Skip to content

Commit 90f2314

Browse files
Bump the github-actions group across 1 directory with 3 updates (#298)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1188116 commit 90f2314

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version-file: go.mod
2828
- name: Run golangci-lint
29-
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
29+
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
3030
with:
3131
version: v1.54
3232
args: --timeout 10m --exclude SA5011 --verbose --issues-exit-code=0
@@ -109,7 +109,7 @@ jobs:
109109
cache-to: type=gha,mode=max
110110

111111
- name: Run Trivy vulnerability scanner
112-
uses: aquasecurity/trivy-action@0.24.0
112+
uses: aquasecurity/trivy-action@0.29.0
113113
with:
114114
image-ref: 'quay.io/jetstack/version-checker:${{github.sha}}'
115115
format: 'table'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Creating PR
137137
if: startsWith(github.ref, 'refs/tags/')
138-
uses: peter-evans/create-pull-request@v6
138+
uses: peter-evans/create-pull-request@v7
139139
with:
140140
token: ${{ secrets.JETSTACK_CHARTS_PAT }}
141141
title: "Release version-checker ${{github.ref_name }}"

0 commit comments

Comments
 (0)