From 149ee5960eead764bf1defc5b3a36c821b771062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:14:25 +0000 Subject: [PATCH] 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/build-container.yml | 2 +- .github/workflows/build-docs.yml | 2 +- .github/workflows/container.yml | 2 +- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/release-pontos.yml | 4 ++-- .github/workflows/sbom-upload.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index ebdd9e29d..60e034a0a 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - 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/build-docs.yml b/.github/workflows/build-docs.yml index 606e4ed44..c92599d83 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -11,7 +11,7 @@ jobs: container: greenbone/doxygen steps: - name: Run the c lang coverage action - uses: greenbone/actions/doc-coverage-clang@v2 + uses: greenbone/actions/doc-coverage-clang@v3 build-gmp-doc: name: Build GMP documentation diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3c0ab749a..861c91665 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - 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 a929906e4..5d0bb41e4 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 bbc5a50d9..36afcc325 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 00a2ca726..18aab9fd4 100644 --- a/.github/workflows/release-pontos.yml +++ b/.github/workflows/release-pontos.yml @@ -36,11 +36,11 @@ 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 - uses: greenbone/actions/release@v2 + uses: greenbone/actions/release@v3 with: github-user: ${{ secrets.GREENBONE_BOT }} github-user-mail: ${{ secrets.GREENBONE_BOT_MAIL }} diff --git a/.github/workflows/sbom-upload.yml b/.github/workflows/sbom-upload.yml index 28289bdfe..fefdfeafe 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