Skip to content

Commit

Permalink
ci: bump the github-actions group with 2 updates (#15)
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.8.5 to 9.8.6
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@v9.8.5...v9.8.6)

Updates `docker/scout-action` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/docker/scout-action/releases)
- [Commits](docker/scout-action@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: docker/scout-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicco <38905025+Nicconike@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Nicconike authored Jul 23, 2024
1 parent 2065c52 commit 1dfc8cb
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 @@ -53,7 +53,7 @@ jobs:
- name: Semantic Release
id: github-release
uses: python-semantic-release/python-semantic-release@v9.8.5
uses: python-semantic-release/python-semantic-release@v9.8.6
with:
github_token: ${{ steps.app-token.outputs.token }}

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
file: Dockerfile

- name: Docker Scout Scan
uses: docker/scout-action@v1.10.0
uses: docker/scout-action@v1.11.0
with:
command: quickview, cves
image: ${{ vars.DOCKER_USERNAME }}/steam-stats:latest
Expand Down

0 comments on commit 1dfc8cb

Please sign in to comment.