From 6e003cba8165b2378fe8e65b4926a8cd58387b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:35:53 +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/container.yml | 2 +- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/release-pontos.yml | 6 +++--- .github/workflows/sbom-upload.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index de9ebddd5a..ee236d1fe6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: greenbone/actions/is-latest-tag@v2 + - uses: greenbone/actions/is-latest-tag@v3 id: latest - name: Setup container meta information id: meta diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index a929906e49..5d0bb41e44 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 bbc5a50d91..36afcc3257 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/release-pontos.yml b/.github/workflows/release-pontos.yml index 73adcda7f2..d1e5d02fc2 100644 --- a/.github/workflows/release-pontos.yml +++ b/.github/workflows/release-pontos.yml @@ -39,12 +39,12 @@ jobs: steps: - name: Selecting the Release type id: release-type - uses: greenbone/actions/release-type@v2 + uses: greenbone/actions/release-type@v3 with: release-type-input: ${{ inputs.release-type }} - name: Release with release action id: release - uses: greenbone/actions/release@v2 + uses: greenbone/actions/release@v3 with: github-user: ${{ secrets.GREENBONE_BOT }} github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }} @@ -97,7 +97,7 @@ jobs: if: (github.event_name == 'workflow_dispatch') || (contains( github.event.pull_request.labels.*.name, 'make release') && github.event.pull_request.merged == true) steps: - name: Sign release files - uses: greenbone/actions/sign-release-files@v2 + uses: greenbone/actions/sign-release-files@v3 with: gpg-key: ${{ secrets.GPG_KEY }} gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }} diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index 28289bdfe3..fefdfeafed 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