99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
12+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # actions/checkout@v6
1313
1414 - name : Get tag name
1515 id : tag
16- uses : haya14busa/action-cond@d0c3785880c08a358711ee8047f593cbcf1cdcfd
16+ uses : haya14busa/action-cond@d0c3785880c08a358711ee8047f593cbcf1cdcfd # haya14busa/action-cond@v1
1717 with :
1818 cond : " ${{ startsWith(github.ref, 'refs/tags/') }}"
1919 if_true : ${{ github.ref }}
@@ -31,22 +31,22 @@ jobs:
3131 sed -i '/^appVersion:/c\appVersion: "${{steps.version_tag.outputs.tag_chart}}"' ./helm/tracker/Chart.yaml
3232
3333 - if : steps.tag.outputs.value != ''
34- uses : stefanzweifel/git-auto-commit-action@v7
34+ uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # stefanzweifel/git-auto-commit-action@ v7
3535 with :
3636 commit_message : " ci: bump charts to ${{steps.version_tag.outputs.tag}}"
3737 branch : main
3838
3939 - name : Set up Docker Buildx
40- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
40+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # docker/setup-buildx-action@v3
4141
4242 - name : Login to Docker Hub
43- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
43+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # docker/login-action@v3
4444 with :
4545 username : ${{secrets.DOCKER_USERNAME}}
4646 password : ${{ secrets.DOCKER_AUTH_TOKEN }}
4747
4848 - name : Build and Push Docker Image
49- uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
49+ uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # docker/build-push-action@v5
5050 with :
5151 context : .
5252 push : true
0 commit comments