Skip to content

Commit a3b73b9

Browse files
chore(deps): update github pipeline dependencies
1 parent adf7d85 commit a3b73b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030

3131
- name: Docker metadata
3232
id: meta
33-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
33+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
3434
with:
3535
images: workleap/azure-cli-credentials-proxy
3636

3737
- name: Docker build
38-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
38+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
3939
with:
4040
context: .
4141
platforms: linux/amd64,linux/arm64

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
uses: docker/setup-buildx-action@v3
2323

2424
- name: Docker login
25-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
25+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
2626
with:
2727
username: ${{ secrets.WORKLEAP_DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.WORKLEAP_DOCKERHUB_TOKEN }}
2929

3030
- name: Docker metadata
3131
id: meta
32-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
32+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
3333
with:
3434
images: workleap/azure-cli-credentials-proxy
3535

3636
- name: Docker build and push
37-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
37+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
3838
with:
3939
context: .
4040
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)