Skip to content

Commit

Permalink
Deps: Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [greenbone/actions](https://github.com/greenbone/actions) and [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `greenbone/actions` from 3.27.13 to 3.27.14
- [Release notes](https://github.com/greenbone/actions/releases)
- [Commits](greenbone/actions@f0c8b82...554e2bc)

Updates `docker/build-push-action` from 6.9.0 to 6.10.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@4f58ea7...48aba3b)

---
updated-dependencies:
- dependency-name: greenbone/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and greenbonebot committed Dec 3, 2024
1 parent c1f13c6 commit a944502
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python ${{ matrix.python-version }}
uses: greenbone/actions/poetry@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13
uses: greenbone/actions/poetry@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14
with:
python-version: ${{ matrix.python-version }}
- name: Install additional script dependencies
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Calculate and upload coverage to codecov.io
uses: greenbone/actions/coverage-python@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13
uses: greenbone/actions/coverage-python@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13
uses: greenbone/actions/poetry@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14
- name: Build docs
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- name: Build and push Container image
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Report Conventional Commits
uses: greenbone/actions/conventional-commits@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13
uses: greenbone/actions/conventional-commits@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Dependency Review'
uses: greenbone/actions/dependency-review@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13
uses: greenbone/actions/dependency-review@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
url: https://pypi.org/project/gvm-tools/
steps:
- name: Build and publish to PyPI
uses: greenbone/actions/pypi-upload@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13
uses: greenbone/actions/pypi-upload@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14
2 changes: 1 addition & 1 deletion .github/workflows/sbom-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
contents: write
steps:
- name: 'SBOM upload'
uses: greenbone/actions/sbom-upload@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13
uses: greenbone/actions/sbom-upload@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14

0 comments on commit a944502

Please sign in to comment.