Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit b10b51c

Browse files
authored
Merge pull request #14 from github/ikewalker-patch-2
Use commit hash instead of version number
2 parents 320d2a9 + d680887 commit b10b51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git config --global user.name "GitHub Actions"
5454
git config --global user.email "github-actions[bot]@users.noreply.github.com"
5555
- name: 'Azure OIDC Login'
56-
uses: azure/login@v1
56+
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
5757
with:
5858
client-id: ${{ vars.AZURE_CLIENT_ID_OIDC }}
5959
tenant-id: ${{ vars.AZURE_TENANT_ID_OIDC }}

0 commit comments

Comments
 (0)