From 7f90a84d0b0679d490ae19b827d61971d297931a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:38:48 +0000 Subject: [PATCH] Deps: Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [greenbone/actions](https://github.com/greenbone/actions) and [github/codeql-action](https://github.com/github/codeql-action). Updates `greenbone/actions` from 3.27.14 to 3.27.17 - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/554e2bc6a0e1ad94b45997a322eadf0cd350baad...45b6e84c655954002872d0ac6c8d31b2f213c9a0) Updates `github/codeql-action` from 3.27.5 to 3.27.6 - [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/f09c1c0a94de965c15400f5634aa42fac8fb8f88...aa578102511db1f4524ed59b8cc2bae4f6e88195) --- 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-python.yml | 6 +++--- .github/workflows/codeql-analysis-python.yml | 4 ++-- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/deploy-pypi.yml | 2 +- .github/workflows/sbom-upload.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 99535337..997afec0 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@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14 + uses: greenbone/actions/poetry@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17 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@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14 + uses: greenbone/actions/coverage-python@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17 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@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14 + uses: greenbone/actions/poetry@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17 - name: Build docs run: | cd docs diff --git a/.github/workflows/codeql-analysis-python.yml b/.github/workflows/codeql-analysis-python.yml index 48950498..3060befd 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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 + uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 + uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index a9b963ae..cdce09e9 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@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14 + uses: greenbone/actions/conventional-commits@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 150dad30..b9bf7518 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@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14 + uses: greenbone/actions/dependency-review@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17 diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 10ac4d92..7f84fc2c 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@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14 + uses: greenbone/actions/pypi-upload@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17 diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index 5323219c..b13b77da 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@554e2bc6a0e1ad94b45997a322eadf0cd350baad # v3.27.14 + uses: greenbone/actions/sbom-upload@45b6e84c655954002872d0ac6c8d31b2f213c9a0 # v3.27.17