Commit 0f14ece 1 parent c8a43ae commit 0f14ece Copy full SHA for 0f14ece
File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Code
15
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16
16
with :
17
17
persist-credentials : false
18
18
ref : ${{ github.base_ref }}
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout Code
37
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
38
38
with :
39
39
persist-credentials : false
40
40
- name : Setup Node
55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- name : Checkout Code
58
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
58
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
59
59
with :
60
60
persist-credentials : false
61
61
ref : ${{ github.base_ref }}
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Checkout Code
80
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
80
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
81
81
with :
82
82
persist-credentials : false
83
83
- name : Setup Node
Original file line number Diff line number Diff line change 46
46
egress-policy : audit
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
49
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
15
15
with :
16
16
persist-credentials : false
17
17
Original file line number Diff line number Diff line change 23
23
egress-policy : audit
24
24
25
25
- name : Checkout
26
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
27
27
with :
28
28
persist-credentials : false
29
29
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39
39
with :
40
40
persist-credentials : false
41
41
80
80
timeout-minutes : 120
81
81
steps :
82
82
- name : Checkout
83
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
83
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
84
84
with :
85
85
persist-credentials : false
86
86
@@ -146,7 +146,7 @@ jobs:
146
146
runs-on : ubuntu-latest
147
147
steps :
148
148
- name : Checkout
149
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
149
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
150
150
with :
151
151
persist-credentials : false
152
152
Original file line number Diff line number Diff line change 13
13
publish :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
17
17
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
18
18
with :
19
19
node-version : lts/*
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
33
33
with :
34
34
persist-credentials : false
35
35
Original file line number Diff line number Diff line change 20
20
runs-on : ${{ inputs.runs-on }}
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
24
24
with :
25
25
persist-credentials : false
26
26
You can’t perform that action at this time.
0 commit comments