From 70847336ff1f2240ddd101042bc41591c47662d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 05:49:17 +0000 Subject: [PATCH] build(deps): bump the any group with 2 updates (#273) --- .github/workflows/dependabot.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index d09c2c6..1a9f9cc 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: dependabot/fetch-metadata@v1 + - uses: dependabot/fetch-metadata@v2 id: metadata with: {github-token: "${{ secrets.GITHUB_TOKEN }}"} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 935a732..14a9876 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -193,7 +193,7 @@ jobs: # Docs: name: docker-image path: .artifact - - uses: aquasecurity/trivy-action@0.18.0 # action page: + - uses: aquasecurity/trivy-action@0.19.0 # action page: with: input: .artifact/docker-image.tar format: sarif