Skip to content

Commit eccf34d

Browse files
chore(deps): update github pipeline dependencies (#110)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b54d309 commit eccf34d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Docker metadata
2121
id: meta
22-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
22+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
2323
with:
2424
images: workleap/azure-cli-credentials-proxy
2525

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Docker login
19-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
19+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
2020
with:
2121
username: ${{ secrets.WORKLEAP_DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.WORKLEAP_DOCKERHUB_TOKEN }}
2323

2424
- name: Docker metadata
2525
id: meta
26-
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5
26+
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
2727
with:
2828
images: workleap/azure-cli-credentials-proxy
2929

0 commit comments

Comments
 (0)