From 2b39f0cf08b321d46f04e8774486560c2d6c8856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 10:08:48 +0000 Subject: [PATCH] Deps: Bump greenbone/actions from 2 to 3 Bumps [greenbone/actions](https://github.com/greenbone/actions) from 2 to 3. - [Release notes](https://github.com/greenbone/actions/releases) - [Commits](https://github.com/greenbone/actions/compare/v2...v3) --- updated-dependencies: - dependency-name: greenbone/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-python.yml | 6 +++--- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/sbom-upload.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index c3b3bf7a..6c0f9579 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: python-version: ${{ matrix.python-version }} cache: "true" @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Calculate and upload coverage to codecov.io - uses: greenbone/actions/coverage-python@v2 + uses: greenbone/actions/coverage-python@v3 with: poetry-version: "1.4.0" cache: "true" @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install poetry and dependencies - uses: greenbone/actions/poetry@v2 + uses: greenbone/actions/poetry@v3 with: poetry-version: "1.4.0" cache: "true" diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index a929906e..5d0bb41e 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@v2 + uses: greenbone/actions/conventional-commits@v3 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index bbc5a50d..36afcc32 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@v2 + uses: greenbone/actions/dependency-review@v3 diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index 28289bdf..fefdfeaf 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@v2 + uses: greenbone/actions/sbom-upload@v3