From 5512f2d8bbec9b568f2c551ca113a7f082d77fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:07:46 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 2 updates (#283) --- .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 17afba2..ec6867d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: # Docs: - uses: gacts/setup-go-with-cache@v1 with: {go-version-file: go.mod} - - uses: golangci/golangci-lint-action@v5 + - uses: golangci/golangci-lint-action@v6 with: {skip-pkg-cache: true, skip-build-cache: true} validate-config-file: @@ -193,7 +193,7 @@ jobs: # Docs: name: docker-image path: .artifact - - uses: aquasecurity/trivy-action@0.19.0 # action page: + - uses: aquasecurity/trivy-action@0.21.0 # action page: with: input: .artifact/docker-image.tar format: sarif