From fd7a320af0870c162f1d6c9492d4b8a1d40c2fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 07:05:20 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `golangci/golangci-lint-action` from 5 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6) Updates `aquasecurity/trivy-action` from 0.19.0 to 0.21.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.19.0...0.21.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf21f7b1..bbb5ffff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: go install "github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.14.0" go generate ./... - - uses: golangci/golangci-lint-action@v5 + - uses: golangci/golangci-lint-action@v6 with: {skip-pkg-cache: true, skip-build-cache: true} go-test: @@ -167,7 +167,7 @@ jobs: - uses: actions/download-artifact@v4 with: {name: docker-image} - - uses: aquasecurity/trivy-action@0.19.0 + - uses: aquasecurity/trivy-action@0.21.0 with: input: docker-image.tar format: sarif