From 38975eea13d968986fa87b80719dcbc3299a8789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:40:26 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [docker/scout-action](https://github.com/docker/scout-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `docker/scout-action` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](https://github.com/docker/scout-action/compare/c854600180d9e84cfe65ef4d63e623a0a38b570c...d4597e4b360bad9160fdaf18274b495ac38abefb) Updates `golangci/golangci-lint-action` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/a4f60bb28d35aeee14e6880718e0c85ff1882e64...aaa42aa0628b4ae2578232a66b541047968fac86) --- updated-dependencies: - dependency-name: docker/scout-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-oss.yml | 2 +- .github/workflows/build-plus.yml | 2 +- .github/workflows/image-promotion.yml | 6 +++--- .github/workflows/lint-format.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-oss.yml b/.github/workflows/build-oss.yml index d26a9cc8f2..94b7929949 100644 --- a/.github/workflows/build-oss.yml +++ b/.github/workflows/build-oss.yml @@ -201,7 +201,7 @@ jobs: - name: Run Docker Scout vulnerability scanner id: docker-scout - uses: docker/scout-action@c854600180d9e84cfe65ef4d63e623a0a38b570c # v1.11.0 + uses: docker/scout-action@d4597e4b360bad9160fdaf18274b495ac38abefb # v1.12.0 with: command: cves,recommendations image: ${{ steps.meta.outputs.tags }} diff --git a/.github/workflows/build-plus.yml b/.github/workflows/build-plus.yml index 6908d835db..bff8369ac2 100644 --- a/.github/workflows/build-plus.yml +++ b/.github/workflows/build-plus.yml @@ -222,7 +222,7 @@ jobs: - name: Run Docker Scout vulnerability scanner id: docker-scout - uses: docker/scout-action@c854600180d9e84cfe65ef4d63e623a0a38b570c # v1.11.0 + uses: docker/scout-action@d4597e4b360bad9160fdaf18274b495ac38abefb # v1.12.0 with: command: cves,recommendations image: ${{ steps.meta.outputs.tags }} diff --git a/.github/workflows/image-promotion.yml b/.github/workflows/image-promotion.yml index 8796c42f41..49c42f8c80 100644 --- a/.github/workflows/image-promotion.yml +++ b/.github/workflows/image-promotion.yml @@ -447,7 +447,7 @@ jobs: - name: Run Docker Scout vulnerability scanner id: docker-scout - uses: docker/scout-action@c854600180d9e84cfe65ef4d63e623a0a38b570c # v1.11.0 + uses: docker/scout-action@d4597e4b360bad9160fdaf18274b495ac38abefb # v1.12.0 with: command: cves,recommendations image: ${{ steps.meta.outputs.tags }} @@ -537,7 +537,7 @@ jobs: - name: Run Docker Scout vulnerability scanner id: docker-scout - uses: docker/scout-action@c854600180d9e84cfe65ef4d63e623a0a38b570c # v1.11.0 + uses: docker/scout-action@d4597e4b360bad9160fdaf18274b495ac38abefb # v1.12.0 with: command: cves,recommendations image: ${{ steps.meta.outputs.tags }} @@ -634,7 +634,7 @@ jobs: - name: Run Docker Scout vulnerability scanner id: docker-scout - uses: docker/scout-action@c854600180d9e84cfe65ef4d63e623a0a38b570c # v1.11.0 + uses: docker/scout-action@d4597e4b360bad9160fdaf18274b495ac38abefb # v1.12.0 with: command: cves,recommendations image: ${{ steps.meta.outputs.tags }} diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 961ef1549c..ef451dac98 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -52,7 +52,7 @@ jobs: go-version-file: go.mod - name: Lint Code - uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1 + uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 with: only-new-issues: true