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 5c38cc1 commit f415c1dCopy full SHA for f415c1d
.github/workflows/cd.yml
@@ -70,7 +70,7 @@ jobs:
70
uses: actions/checkout@v4.2.2
71
72
- name: 'Az CLI Login via OIDC'
73
- uses: azure/login@v1.4.6
+ uses: azure/login@v2.2.0
74
with:
75
client-id: ${{ secrets.AZURE_CLIENT_ID }}
76
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
.github/workflows/ci.yml
@@ -190,7 +190,7 @@ jobs:
190
unzip my_artifact.zip -d test_results 2> /dev/null || true
191
192
- name: Setup tmate session
193
- uses: mxschmitt/action-tmate@v3
+ uses: mxschmitt/action-tmate@v3.19
194
if: ${{ github.event_name == 'workflow_dispatch' && inputs.ssh_debug_enabled }}
195
196
# split-tests action - splits the tests into x number of groups
0 commit comments