We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5259381 commit 24e0a99Copy full SHA for 24e0a99
.github/templates/workflow-templates/example-references/_docker.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Log in to Azure
35
if: ${{ inputs.push-docker-image }}
36
- uses: Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
+ uses: Azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
37
with:
38
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
39
setup-docker-trust/action.yml
@@ -36,7 +36,7 @@ runs:
- name: Login to Azure - Prod Subscription
if: ${{ inputs.azure-creds != '' }}
- uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
40
41
creds: ${{ inputs.azure-creds }}
42
0 commit comments