Skip to content

Commit 811b8f3

Browse files
committed
build(ci): bump trivy and golangci-lint actions versions
1 parent 4c21bcc commit 811b8f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pr-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: make generate
2929

3030
- name: Run golangci-lint
31-
uses: golangci/golangci-lint-action@v6
31+
uses: golangci/golangci-lint-action@v7
3232
with:
3333
version: latest
3434
only-new-issues: true

.github/workflows/pr-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Run Trivy vulnerability scanner
36-
uses: aquasecurity/trivy-action@0.29.0
36+
uses: aquasecurity/trivy-action@0.30.0
3737
with:
3838
scan-type: 'fs'
3939
ignore-unfixed: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: make generate
9393

9494
- name: Run golangci-lint
95-
uses: golangci/golangci-lint-action@v6
95+
uses: golangci/golangci-lint-action@v7
9696
continue-on-error: true
9797
with:
9898
version: latest

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: webiny/action-conventional-commits@v1.3.0
3030

3131
- name: Run Trivy vulnerability scanner
32-
uses: aquasecurity/trivy-action@0.29.0
32+
uses: aquasecurity/trivy-action@0.30.0
3333
with:
3434
scan-type: 'fs'
3535
ignore-unfixed: true

0 commit comments

Comments
 (0)