diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 544fd56..b4e5075 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -15,4 +15,4 @@ jobs: contents: read steps: - name: Test helm charts - uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@5396e1258d209f9af18e55da8692361508e3338c # 0.36.2 + uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@c9088e8447c5a8be45157e17701023fc50ccb1c0 # 0.37.2 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 8a10d51..734c873 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -11,7 +11,7 @@ permissions: {} jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@7034f6ae5bae1ec46a0108e8efb60d102e88961d # 0.37.2 permissions: contents: read issues: write diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index e8d19b5..d35af39 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -30,9 +30,9 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@5396e1258d209f9af18e55da8692361508e3338c # 0.36.2 + - uses: hoverkraft-tech/ci-github-container/actions/helm/generate-docs@c9088e8447c5a8be45157e17701023fc50ccb1c0 # 0.37.2 with: values-file: ./codespace-like/values.yaml github-app-client-id: ${{ vars.CI_BOT_APP_CLIENT_ID }} diff --git a/.github/workflows/need-fix-to-issue.yml b/.github/workflows/need-fix-to-issue.yml index cd56b40..bc622fb 100644 --- a/.github/workflows/need-fix-to-issue.yml +++ b/.github/workflows/need-fix-to-issue.yml @@ -21,7 +21,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@7034f6ae5bae1ec46a0108e8efb60d102e88961d # 0.37.2 permissions: contents: read issues: write diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 476ea9a..0c230d9 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -15,7 +15,7 @@ permissions: {} jobs: release: - uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@84e8ace407055e7a40ba6670a8c697e1ce2dfafa # 0.20.1 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@5ecd2fc186b55220581879d996a311c9bb875c58 # 0.26.4 permissions: contents: write id-token: write diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bb103c..9d8487d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: tag: ${{ steps.create-release.outputs.tag }} steps: - id: create-release - uses: hoverkraft-tech/ci-github-publish/actions/release/create@84e8ace407055e7a40ba6670a8c697e1ce2dfafa # 0.20.1 + uses: hoverkraft-tech/ci-github-publish/actions/release/create@5ecd2fc186b55220581879d996a311c9bb875c58 # 0.26.4 release-chart: name: "Release Helm Chart" @@ -56,7 +56,7 @@ jobs: pull-requests: write steps: - id: release - uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6 + uses: hoverkraft-tech/ci-github-container/actions/helm/release-chart@c9088e8447c5a8be45157e17701023fc50ccb1c0 # 0.37.2 with: chart: codespace-like path: ./codespace-like @@ -65,7 +65,7 @@ jobs: oci-registry-password: ${{ secrets.GITHUB_TOKEN }} update-tag-paths: .version - - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6 + - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@7034f6ae5bae1ec46a0108e8efb60d102e88961d # 0.37.2 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 f9971ff..a2f3b5c 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -12,7 +12,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@7034f6ae5bae1ec46a0108e8efb60d102e88961d # 0.37.2 permissions: contents: write pull-requests: write diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 12a035f..863b770 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,7 +9,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@7034f6ae5bae1ec46a0108e8efb60d102e88961d # 0.37.2 permissions: issues: write pull-requests: write