From 8b1e9b2aaa1edafacb3cf2593a3058c8e2d08536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:09:07 +0000 Subject: [PATCH] Deps: Bump the github-actions group with 3 updates 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](https://github.com/greenbone/actions/compare/45b6e84c655954002872d0ac6c8d31b2f213c9a0...d2ff19d14c6c7d2027b14500b65451bab3495d8d) 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](https://github.com/github/codeql-action/compare/aa578102511db1f4524ed59b8cc2bae4f6e88195...df409f7d9260372bd5f19e5b04e83cb3c43714ae) Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/c47758b77c9736f4b2ef4073d4d51994fabfe349...6524bf65af31da8d45b59e8c27de4bd072b392f5) --- 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] --- .github/workflows/ci-python.yml | 6 +++--- .github/workflows/codeql-analysis-python.yml | 4 ++-- .github/workflows/container.yml | 2 +- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/deploy-pypi.yml | 2 +- .github/workflows/sbom-upload.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 997afec0..4731fa00 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -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 @@ -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 }} @@ -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 diff --git a/.github/workflows/codeql-analysis-python.yml b/.github/workflows/codeql-analysis-python.yml index 3060befd..a03842c1 100644 --- a/.github/workflows/codeql-analysis-python.yml +++ b/.github/workflows/codeql-analysis-python.yml @@ -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 diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3420b4eb..c9599134 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -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: diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index cdce09e9..79dc8061 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -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 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index b9bf7518..3a808625 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -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 diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 7f84fc2c..02946081 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -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 diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index b13b77da..1a7a5ccd 100644 --- a/.github/workflows/sbom-upload.yml +++ b/.github/workflows/sbom-upload.yml @@ -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