diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 0917e44aa..f359c47d6 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -29,7 +29,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/container.yml b/.github/workflows/container.yml index 514fa9331..49141f1c9 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 54f6f1cab..e6465baad 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/release-pontos.yml b/.github/workflows/release-pontos.yml index fd43d7075..71134190c 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: python-version: "3.10" github-user: ${{ secrets.GREENBONE_BOT }} 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