From dcdce98f37b1b0b60b9528c7b1a74e4640664b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 02:13:59 +0530 Subject: [PATCH] ci(deps): bump the github-actions group with 2 updates (#20) Bumps the github-actions group with 2 updates: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [docker/scout-action](https://github.com/docker/scout-action). Updates `python-semantic-release/python-semantic-release` from 9.11.0 to 9.12.0 Updates `docker/scout-action` from 1.14.0 to 1.15.0 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26c8f74..fd00c7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: git reset --hard origin/${{ github.ref_name }} - name: Semantic Release - uses: python-semantic-release/python-semantic-release@v9.11.0 + uses: python-semantic-release/python-semantic-release@v9.12.0 id: semantic with: github_token: ${{ steps.app-token.outputs.token }} @@ -170,7 +170,7 @@ jobs: push-to-registry: true - name: Docker Scout Scan - uses: docker/scout-action@v1.14.0 + uses: docker/scout-action@v1.15.0 with: command: quickview, cves image: ${{ vars.DOCKER_USERNAME }}/wakatime-leaderboards:master