Skip to content

Commit 92750f8

Browse files
committed
fix: Unpinned tag for a non-immutable Action in workflow
Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>
1 parent 3a70739 commit 92750f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,19 +159,19 @@ jobs:
159159

160160
- id: setup_docker_buildx
161161
name: Set up Docker Buildx
162-
uses: docker/setup-buildx-action@v3
162+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
163163

164164
- id: login_ghcr
165165
name: Login to GitHub Container Registry
166-
uses: docker/login-action@v3
166+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
167167
with:
168168
registry: ghcr.io
169169
username: ${{ github.actor }}
170170
password: ${{ secrets.GITHUB_TOKEN }}
171171

172172
- id: docker_meta
173173
name: Docker Metadata
174-
uses: docker/metadata-action@v5
174+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
175175
with:
176176
images: ghcr.io/${{ github.repository_owner }}/streamocracy
177177
tags: |
@@ -180,7 +180,7 @@ jobs:
180180
181181
- id: build_and_push
182182
name: Build and Push
183-
uses: docker/build-push-action@v5
183+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
184184
with:
185185
context: .
186186
push: true

0 commit comments

Comments
 (0)