@@ -28,11 +28,11 @@ jobs:
2828 docker_meta_version : ${{ steps.docker_meta.outputs.version }}
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
3333 - name : Docker meta
3434 id : docker_meta
35- uses : docker/metadata-action@v5
35+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
3636 with :
3737 images : |
3838 tibiadata/tibiadata-api-go
@@ -48,32 +48,32 @@ jobs:
4848
4949 - name : Install Cosign
5050 if : github.event_name != 'pull_request'
51- uses : sigstore/cosign-installer@v3
51+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
5252
5353 - name : Set up QEMU
54- uses : docker/setup-qemu-action@v3
54+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
5555
5656 - name : Set up Docker Buildx
57- uses : docker/setup-buildx-action@v3
57+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
5858
5959 - name : Login to DockerHub
6060 if : github.event_name != 'pull_request'
61- uses : docker/login-action@v3
61+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
6262 with :
6363 username : ${{ secrets.DOCKERHUB_USERNAME }}
6464 password : ${{ secrets.DOCKERHUB_TOKEN }}
6565
6666 - name : Login to GitHub Container Registry
6767 if : github.event_name != 'pull_request'
68- uses : docker/login-action@v3
68+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
6969 with :
7070 registry : ghcr.io
7171 username : ${{ github.actor }}
7272 password : ${{ secrets.GITHUB_TOKEN }}
7373
7474 - name : Build and push
7575 id : docker_build
76- uses : docker/build-push-action@v6
76+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
7777 with :
7878 context : .
7979 platforms : linux/amd64,linux/arm/v7,linux/arm64
@@ -113,7 +113,7 @@ jobs:
113113 fi
114114
115115 - name : Trigger workflow in tibiadata-argocd-app-of-apps repo
116- uses : peter-evans/repository-dispatch@v3
116+ uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
117117 with :
118118 token : ${{ secrets.REPO_ACCESS_TOKEN }}
119119 repository : TibiaData/tibiadata-argocd-app-of-apps
@@ -128,7 +128,7 @@ jobs:
128128 needs : build
129129 steps :
130130 - name : Trigger workflow in tibiadata-helm-charts repo
131- uses : peter-evans/repository-dispatch@v3
131+ uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
132132 with :
133133 token : ${{ secrets.REPO_ACCESS_TOKEN }}
134134 repository : TibiaData/tibiadata-helm-charts
0 commit comments