File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
16
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
17
with :
18
18
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
19
19
- name : Use Node.js 18
Original file line number Diff line number Diff line change 48
48
access_token : ${{ github.token }}
49
49
50
50
- name : Checkout repository
51
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
51
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
52
52
53
53
- name : Use Node.js ${{ matrix.node-version }}
54
54
uses : actions/setup-node@v4
86
86
87
87
steps :
88
88
- name : Checkout repository
89
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
89
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
90
90
with :
91
91
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
92
92
fetch-depth : 0
Original file line number Diff line number Diff line change 33
33
access_token : ${{ github.token }}
34
34
35
35
- name : Checkout repository
36
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
36
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
37
37
38
38
- name : Use Node.js ${{ matrix.node-version }}
39
39
uses : actions/setup-node@v4
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : Checkout Source code
71
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
71
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
72
72
73
73
- name : Use Node.js 18
74
74
uses : actions/setup-node@v4
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
steps :
103
103
- name : Checkout repository
104
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
104
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
105
105
106
106
- name : Use Node.js 18
107
107
uses : actions/setup-node@v4
@@ -132,7 +132,7 @@ jobs:
132
132
needs : [ lint, build_and_test ]
133
133
steps :
134
134
- name : Checkout Source code
135
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
135
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
136
136
with :
137
137
fetch-depth : 0 # we need to pull everything to have correct dev version suffix
138
138
ref : master
Original file line number Diff line number Diff line change 19
19
access_token : ${{ github.token }}
20
20
21
21
- name : Checkout repository
22
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
22
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23
23
24
24
- name : Use Node.js 18
25
25
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments