From 7023eb7eaf4a2a20731963cf338cc38e787d3beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:37:22 +0400 Subject: [PATCH] Bump the github-actions group with 2 updates (#544) Bumps the github-actions group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) Updates `aquasecurity/trivy-action` from 0.21.0 to 0.23.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.21.0...0.23.0) --- updated-dependencies: - dependency-name: docker/build-push-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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2401c0b3..cda41ca0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 716dfa4f..27f1ab8e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -141,7 +141,7 @@ jobs: - {uses: gacts/github-slug@v1, id: slug} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: . push: false @@ -166,7 +166,7 @@ jobs: - uses: actions/download-artifact@v4 with: {name: docker-image} - - uses: aquasecurity/trivy-action@0.21.0 + - uses: aquasecurity/trivy-action@0.23.0 with: input: docker-image.tar format: sarif