diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 65461f1..4af0d4a 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -9,7 +9,7 @@ permissions: jobs: linter: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0 permissions: actions: read contents: read @@ -25,7 +25,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Test helm charts - uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0 + uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@e44dc0064b073031aa93d8f0d4aea040a7c3ba7d # 0.29.0 with: helm-repositories: | bitnami https://charts.bitnami.com/bitnami diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index a784402..ae99841 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -14,4 +14,4 @@ permissions: jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0 diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index dfcd134..bdf3485 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0 + - uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@e44dc0064b073031aa93d8f0d4aea040a7c3ba7d # 0.29.0 with: working-directory: ./postal values-file: ./postal/values.yaml diff --git a/.github/workflows/need-fix-to-issue.yml b/.github/workflows/need-fix-to-issue.yml index 57b8a4c..35544ae 100644 --- a/.github/workflows/need-fix-to-issue.yml +++ b/.github/workflows/need-fix-to-issue.yml @@ -27,7 +27,7 @@ concurrency: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0 with: manual-commit-ref: ${{ inputs.manual-commit-ref }} manual-base-ref: ${{ inputs.manual-base-ref }} diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 0a9070a..2d857e6 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -17,7 +17,7 @@ concurrency: jobs: release: - uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@42d50a3461a177557ca3f83b1d927d7c0783c894 # 0.11.2 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@38963f37ef5be0b6ae84147f542d96d9eb02802b # 0.14.0 with: github-app-id: ${{ vars.CI_BOT_APP_ID }} secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a54a11..927e8ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: tag: ${{ steps.create-release.outputs.tag }} steps: - id: create-release - uses: hoverkraft-tech/ci-github-publish/actions/release/create@42d50a3461a177557ca3f83b1d927d7c0783c894 # 0.11.2 + uses: hoverkraft-tech/ci-github-publish/actions/release/create@38963f37ef5be0b6ae84147f542d96d9eb02802b # 0.14.0 release-chart: name: "Release Helm Chart" @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - id: release - uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0 + uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@e44dc0064b073031aa93d8f0d4aea040a7c3ba7d # 0.29.0 with: chart: postal path: ./postal @@ -56,7 +56,7 @@ jobs: oci-registry-password: ${{ secrets.GITHUB_TOKEN }} update-tag-paths: .version - - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 + - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} branch: release-chart-${{ needs.release.outputs.tag }} diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 4ec221d..867a76f 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -14,4 +14,4 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 665b3ef..904a270 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,4 +11,4 @@ permissions: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0