1919 changed_charts : ${{ steps.chart_releaser.outputs.changed_charts }}
2020 steps :
2121 - name : Checkout Code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 with :
2424 fetch-depth : 0
2525
@@ -29,20 +29,20 @@ jobs:
2929 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3030
3131 - name : Set up Helm
32- uses : azure/setup-helm@v4
32+ uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
3333 with :
3434 version : latest
3535
3636 - name : Run chart-releaser
3737 id : chart_releaser
38- uses : helm/chart-releaser-action@v1.7.0
38+ uses : helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
3939 env :
4040 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
4141 CR_GENERATE_RELEASE_NOTES : true
4242
4343 # see https://github.com/helm/chart-releaser/issues/183
4444 - name : Login to GitHub Container Registry
45- uses : docker/login-action@v3
45+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
4646 with :
4747 registry : ghcr.io
4848 username : ${{ github.actor }}
@@ -63,16 +63,16 @@ jobs:
6363 needs : release
6464 steps :
6565 - name : Checkout Code
66- uses : actions/checkout@v4
66+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6767
6868 - name : Get Helm Chart versions
6969 id : get_chart_versions
70- uses : jacobtomlinson/gha-read-helm-chart@0.1.3
70+ uses : jacobtomlinson/gha-read-helm-chart@ca2f3b5038208efd3279dbe941e448d7ccdccbf6 # 0.1.3
7171 with :
7272 path : ${{ needs.release.outputs.changed_charts }}
7373
7474 - name : Trigger workflow in tibiadata-argocd-app-of-apps repo
75- uses : peter-evans/repository-dispatch@v3.0.0
75+ uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
7676 with :
7777 token : ${{ secrets.REPO_ACCESS_TOKEN }}
7878 repository : TibiaData/tibiadata-argocd-app-of-apps
0 commit comments