From 8a8f07d19293d6acb54dfbdbe5457b9307e98ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 21:45:18 +0000 Subject: [PATCH] Build(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/build-docs.yml | 2 +- .github/workflows/container.yml | 2 +- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/sbom-upload.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index ed058ffaf..2442627a9 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 generate-xml-doc: name: Generate documentation (XML) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b12ae3acd..47e0034b2 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger main ${{ matrix.repository }} container image build - uses: greenbone/actions/trigger-workflow@v2 + uses: greenbone/actions/trigger-workflow@v3 with: token: ${{ secrets.GREENBONE_BOT_TOKEN }} repository: ${{ matrix.repository }} diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 68793a22d..4ed99f799 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -9,4 +9,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/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