Skip to content

Commit 69e3b44

Browse files
committed
chore: Update Docker actions to specific versions for improved stability
1 parent ecf6ada commit 69e3b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Set up Docker Buildx
135135
if: steps.should_skip.outputs.skip != 'true'
136-
uses: docker/setup-buildx-action@v3
136+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 #v3.11.1
137137
id: buildx
138138

139139
- name: Setup Java and Maven
@@ -184,7 +184,7 @@ jobs:
184184
185185
- name: Build ${{ matrix.image_stage }} image stage for ${{ matrix.name }}
186186
if: steps.should_skip.outputs.skip != 'true'
187-
uses: docker/build-push-action@v6
187+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 #v6.18.0
188188
with:
189189
context: .
190190
build-args: MAVEN_OPTS=-Dmaven.repo.local=/root/.m2/repository

0 commit comments

Comments
 (0)