Skip to content

Commit 120fd6c

Browse files
Bump the all-github-actions group across 2 directories with 2 updates
Bumps the all-github-actions group with 1 update in the / directory: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Bumps the all-github-actions group with 1 update in the /.github/actions/trivy directory: [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy). Updates `golangci/golangci-lint-action` from 7 to 8 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) Updates `aquasecurity/setup-trivy` from 0.2.2 to 0.2.3 - [Release notes](https://github.com/aquasecurity/setup-trivy/releases) - [Commits](aquasecurity/setup-trivy@v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: aquasecurity/setup-trivy dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9be050c commit 120fd6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/trivy/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
5555
# Install Trivy as requested.
5656
- if: ${{ ! contains(fromJSON(steps.parsed.outputs.setup), 'none') }}
57-
uses: aquasecurity/[email protected].2
57+
uses: aquasecurity/[email protected].3
5858
with:
5959
cache: ${{ contains(fromJSON(steps.parsed.outputs.setup), 'cache') }}
6060
version: ${{ steps.parsed.outputs.version }}

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-go@v5
2020
with: { go-version: stable }
2121

22-
- uses: golangci/golangci-lint-action@v7
22+
- uses: golangci/golangci-lint-action@v8
2323
with:
2424
version: latest
2525
args: --timeout=5m

0 commit comments

Comments
 (0)