diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 261ec75..edcb51f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ on: jobs: release-container: - uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.17.2 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.18.0 with: image: 'ghcr.io/radiorabe/backstage' name: 'backstage' @@ -16,4 +16,4 @@ jobs: tags: 'minimal rhel9 rabe backstage' cosign-base-image-only: true mkdocs: - uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.17.2 + uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@v0.18.0 diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index cb5d2d8..4588aa8 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.17.2 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.18.0 with: image-ref: 'ghcr.io/radiorabe/backstage:latest' diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index d4719a8..27f288a 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -8,6 +8,6 @@ on: jobs: semantic-release: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.17.2 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.18.0 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cee627a..50d30e4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ on: jobs: pre-commit: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.17.2 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.18.0 test-yarn: runs-on: ubuntu-latest permissions: