1919 release_created : ${{steps.release.outputs.release_created }}
2020
2121 steps :
22- - uses : actions/checkout@v4
23- - uses : googleapis/release-please-action@v4
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2424 id : release
2525
2626 release-container :
@@ -31,20 +31,20 @@ jobs:
3131 IMAGE_NAME : ${{ github.repository }}
3232 TAG : ${{ needs.release-please.outputs.version }}
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
3636 - name : Set up Docker Buildx
37- uses : docker/setup-buildx-action@v3
37+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3838
3939 - name : Log in to the Container registry
40- uses : docker/login-action@v3
40+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4141 with :
4242 registry : ${{ env.REGISTRY }}
4343 username : ${{ github.actor }}
4444 password : ${{ secrets.GITHUB_TOKEN }}
4545
4646 - name : Build and push Docker image
47- uses : docker/build-push-action@v6
47+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4848 if : ${{needs.release-please.outputs.release_created == 'true'}}
4949 with :
5050 context : .
@@ -60,14 +60,14 @@ jobs:
6060 - name : Extract metadata (tags, labels) for Docker
6161 id : meta
6262 if : ${{ needs.release-please.outputs.release_created != 'true' }}
63- uses : docker/metadata-action@v5
63+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
6464 with :
6565 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6666 tags : |
6767 type=raw,value=latest-{{date 'YYYYMMDDHHmmss'}}-{{sha}}
6868
6969 - name : Build and push Docker image
70- uses : docker/build-push-action@v6
70+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
7171 if : ${{ needs.release-please.outputs.release_created != 'true' }}
7272 with :
7373 context : .
8585 needs : release-please
8686 if : ${{needs.release-please.outputs.release_created == 'true'}}
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8989 with :
9090 fetch-depth : 0 # important parameter
9191
@@ -95,12 +95,12 @@ jobs:
9595 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
9696
9797 - name : Install Helm
98- uses : azure/setup-helm@v4
98+ uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
9999 env :
100100 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
101101
102102 - name : Run chart-releaser
103- uses : helm/chart-releaser-action@v1.6 .0
103+ uses : helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7 .0
104104 env :
105105 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
106106 skip_existing : true
0 commit comments