From a15609b8b68dca9b039b6bb816309fa7776332d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:41:53 +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.19 to 3.27.20 - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/d2ff19d14c6c7d2027b14500b65451bab3495d8d...6415a8253464404a72a867c2e9d6e8be8aaaf9c7) Updates `github/codeql-action` from 3.27.9 to 3.28.0 - [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/df409f7d9260372bd5f19e5b04e83cb3c43714ae...48ab28a6f5dbc2a99bf1e0131198dd8f1df78169) --- 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-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/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 4731fa00..1c4dbf1c 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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19 + uses: greenbone/actions/poetry@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20 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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19 + uses: greenbone/actions/coverage-python@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20 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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19 + uses: greenbone/actions/poetry@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20 - name: Build docs run: | cd docs diff --git a/.github/workflows/codeql-analysis-python.yml b/.github/workflows/codeql-analysis-python.yml index a03842c1..68491f2b 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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: languages: ${{ matrix.language }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 79dc8061..e73967f9 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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19 + uses: greenbone/actions/conventional-commits@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 3a808625..9e7260af 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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19 + uses: greenbone/actions/dependency-review@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20 diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 02946081..849811a6 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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19 + uses: greenbone/actions/pypi-upload@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20 diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index 1a7a5ccd..a42d4ff1 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@d2ff19d14c6c7d2027b14500b65451bab3495d8d # v3.27.19 + uses: greenbone/actions/sbom-upload@6415a8253464404a72a867c2e9d6e8be8aaaf9c7 # v3.27.20