@@ -144,10 +144,10 @@ jobs:
144144 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
145145
146146 - name : Set up Docker Buildx
147- uses : docker/setup-buildx-action@v3
147+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
148148
149149 - name : Log in to GitHub Container Registry
150- uses : docker/login-action@v3
150+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
151151 with :
152152 registry : ghcr.io
153153 username : ${{ github.actor }}
@@ -164,7 +164,7 @@ jobs:
164164
165165 - name : Extract metadata
166166 id : meta
167- uses : docker/metadata-action@v5
167+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
168168 with :
169169 images : ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
170170 tags : |
@@ -173,7 +173,7 @@ jobs:
173173 type=raw,value=latest,enable={{is_default_branch}}
174174
175175 - name : Build and push Docker image
176- uses : docker/build-push-action@v6
176+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
177177 with :
178178 context : .
179179 file : ./Dockerfile
@@ -193,7 +193,7 @@ jobs:
193193 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
194194
195195 - name : Setup Fly.io CLI
196- uses : superfly/flyctl-actions/setup-flyctl@master
196+ uses : superfly/flyctl-actions/setup-flyctl@63da3ecc5e2793b98a3f2519b3d75d4f4c11cec2
197197
198198 - name : Deploy to Fly.io
199199 run : flyctl deploy --remote-only
0 commit comments