From 9d870172e75949f79436145584da259fb8b11cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:33:05 +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/metadata-action](https://github.com/docker/metadata-action). Updates `greenbone/actions` from 3.27.11 to 3.27.13 - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/a1883bd24d2d921426b3f06413e84606ecd43bdd...f0c8b8268b98d09237774489fefc2c0ab77703aa) Updates `github/codeql-action` from 3.27.4 to 3.27.5 - [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/ea9e4e37992a54ee68a9622e985e60c8e8f12d9f...f09c1c0a94de965c15400f5634aa42fac8fb8f88) Updates `docker/metadata-action` from 5.5.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/8e5442c4ef9f78752691e2d8f8d19755c6f78e81...369eb591f429131d6889c46b94e711f089e6ca96) --- 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/metadata-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 23f25893..a14a3dbf 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@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11 + uses: greenbone/actions/poetry@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13 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@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11 + uses: greenbone/actions/coverage-python@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13 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@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11 + uses: greenbone/actions/poetry@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13 - name: Build docs run: | cd docs diff --git a/.github/workflows/codeql-analysis-python.yml b/.github/workflows/codeql-analysis-python.yml index ec21f536..48950498 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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 1737c97c..3beb2a5d 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -21,7 +21,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Setup container meta information id: meta - uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1 + uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: greenbone/gvm-tools labels: | diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 2d1fa745..e726a315 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@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11 + uses: greenbone/actions/conventional-commits@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index c89ebf3e..5e977f56 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@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11 + uses: greenbone/actions/dependency-review@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13 diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 92da7385..de1b81cd 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@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11 + uses: greenbone/actions/pypi-upload@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13 diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index ac9d2063..ac2b4089 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@a1883bd24d2d921426b3f06413e84606ecd43bdd # v3.27.11 + uses: greenbone/actions/sbom-upload@f0c8b8268b98d09237774489fefc2c0ab77703aa # v3.27.13