This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
13
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
14
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
15
15
with :
16
16
node-version : ' 20.x'
28
28
permissions :
29
29
actions : write
30
30
steps :
31
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
32
- - uses : gautamkrishnar/keepalive-workflow@beb86212524e1ae856d1cd80efb44e73bf7daf4a # v2.0.1
31
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32
+ - uses : gautamkrishnar/keepalive-workflow@05456e7809058d586d96392e99217726ccc10076 # v2.0.5
Original file line number Diff line number Diff line change 22
22
build :
23
23
runs-on : windows-latest
24
24
steps :
25
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
26
27
27
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
28
28
with :
58
58
- name : Create zip
59
59
run : zip -r ${{ env.FUNCTION_ZIP_NAME }} .
60
60
61
- - uses : azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
61
+ - uses : azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
62
62
with :
63
63
client-id : ${{ secrets.AZURE_CLIENT_ID }}
64
64
tenant-id : ${{ secrets.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 9
9
lint :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
12
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
13
13
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
14
14
with :
15
15
node-version : ' 20.x'
25
25
- windows-latest
26
26
runs-on : ${{ matrix.os }}
27
27
steps :
28
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
28
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
29
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
30
30
with :
31
31
node-version : ' 20.x'
You can’t perform that action at this time.
0 commit comments