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

Commit 13a6772

Browse files
committed
Fix commit versions for 3rd party repos
1 parent 3c516b0 commit 13a6772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workflows/apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout
6161
uses: actions/checkout@v3
6262
- name: 'Azure OIDC Login'
63-
uses: azure/login@v1
63+
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
6464
with:
6565
client-id: ${{ vars.AZURE_CLIENT_ID_OIDC }}
6666
tenant-id: ${{ vars.AZURE_TENANT_ID_OIDC }}

workflows/diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout
6060
uses: actions/checkout@v3
6161
- name: 'Azure OIDC Login'
62-
uses: azure/login@v1
62+
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
6363
with:
6464
client-id: ${{ vars.AZURE_CLIENT_ID_OIDC }}
6565
tenant-id: ${{ vars.AZURE_TENANT_ID_OIDC }}

workflows/import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
CURRDATE: ${{ steps.date.outputs.builddate }}
7474
id: cpr
75-
uses: peter-evans/create-pull-request@v5
75+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
7676
with:
7777
commit-message: Extract Kusto Configuration ${{ github.event.inputs.cluster }}
7878
committer: GitHub <[email protected]>

0 commit comments

Comments
 (0)