File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 linter :
12- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
12+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
1313 permissions :
1414 actions : read
1515 contents : read
2525 runs-on : " ubuntu-latest"
2626 steps :
2727 - name : Test helm charts
28- uses : hoverkraft-tech/ci-github-container/actions/helm/test-chart@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
28+ uses : hoverkraft-tech/ci-github-container/actions/helm/test-chart@6b0d5ca498b7a533b43e1f2e8d988678d164a429 # 0.29.1
2929 with :
3030 helm-repositories : |
3131 bitnami https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ permissions:
1414
1515jobs :
1616 greetings :
17- uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
17+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
Original file line number Diff line number Diff line change 2929 if : github.event_name != 'schedule'
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
32+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3333
34- - uses : hoverkraft-tech/ci-github-container/actions/helm/generate-docs@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
34+ - uses : hoverkraft-tech/ci-github-container/actions/helm/generate-docs@6b0d5ca498b7a533b43e1f2e8d988678d164a429 # 0.29.1
3535 with :
3636 working-directory : ./postal
3737 values-file : ./postal/values.yaml
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ concurrency:
2727
2828jobs :
2929 main :
30- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
30+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
3131 with :
3232 manual-commit-ref : ${{ inputs.manual-commit-ref }}
3333 manual-base-ref : ${{ inputs.manual-base-ref }}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717
1818jobs :
1919 release :
20- uses : hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@42d50a3461a177557ca3f83b1d927d7c0783c894 # 0.11.2
20+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@ecafdeac18a6a6dcc01058cd53ac7431bedb5c3b # 0.14.1
2121 with :
2222 github-app-id : ${{ vars.CI_BOT_APP_ID }}
2323 secrets :
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939 tag : ${{ steps.create-release.outputs.tag }}
4040 steps :
4141 - id : create-release
42- uses : hoverkraft-tech/ci-github-publish/actions/release/create@42d50a3461a177557ca3f83b1d927d7c0783c894 # 0.11.2
42+ uses : hoverkraft-tech/ci-github-publish/actions/release/create@ecafdeac18a6a6dcc01058cd53ac7431bedb5c3b # 0.14.1
4343
4444 release-chart :
4545 name : " Release Helm Chart"
4646 needs : release
4747 runs-on : ubuntu-latest
4848 steps :
4949 - id : release
50- uses : hoverkraft-tech/ci-github-container/actions/helm/release-chart@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
50+ uses : hoverkraft-tech/ci-github-container/actions/helm/release-chart@6b0d5ca498b7a533b43e1f2e8d988678d164a429 # 0.29.1
5151 with :
5252 chart : postal
5353 path : ./postal
5656 oci-registry-password : ${{ secrets.GITHUB_TOKEN }}
5757 update-tag-paths : .version
5858
59- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
59+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
6060 with :
6161 github-token : ${{ secrets.GITHUB_TOKEN }}
6262 branch : release-chart-${{ needs.release.outputs.tag }}
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ permissions:
1414
1515jobs :
1616 main :
17- uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
17+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ permissions:
1111
1212jobs :
1313 main :
14- uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26 .0
14+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@1127e708e4072515056a4b0d26bcb0653646cedc # 0.30 .0
You can’t perform that action at this time.
0 commit comments