Skip to content

Commit

Permalink
ci(deps): bump the github-actions group with 2 updates (#20)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent bc357f9 commit dcdce98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dcdce98

Please sign in to comment.