Skip to content

Commit

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


Updates `greenbone/actions` from 3.27.17 to 3.27.19
- [Release notes](https://github.com/greenbone/actions/releases)
- [Commits](greenbone/actions@45b6e84...d2ff19d)

Updates `github/codeql-action` from 3.27.6 to 3.27.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@aa57810...df409f7)

Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@c47758b...6524bf6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and greenbonebot committed Dec 16, 2024
1 parent 503f328 commit 8b1e9b2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17
uses: greenbone/actions/poetry@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
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@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17
uses: greenbone/actions/coverage-python@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
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@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17
uses: greenbone/actions/poetry@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
- name: Build docs
run: |
cd docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
- name: Build and push Container image
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
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@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17
uses: greenbone/actions/conventional-commits@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
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@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17
uses: greenbone/actions/dependency-review@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
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@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17
uses: greenbone/actions/pypi-upload@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19
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@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17
uses: greenbone/actions/sbom-upload@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19

0 comments on commit 8b1e9b2

Please sign in to comment.