File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : ' Checkout Repository'
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : ' Dependency Review'
20
20
uses : actions/dependency-review-action@v1
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- name : Checkout Repo
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
28
28
29
29
steps :
30
30
- name : Checkout Repo
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Use Node.js 14.x
34
34
uses : actions/setup-node@v3
47
47
48
48
steps :
49
49
- name : Checkout Repo
50
- uses : actions/checkout@v2
50
+ uses : actions/checkout@v4
51
51
52
52
- name : Use Node.js 14.x
53
53
uses : actions/setup-node@v3
75
75
76
76
steps :
77
77
- name : Checkout Repo
78
- uses : actions/checkout@v2
78
+ uses : actions/checkout@v4
79
79
80
80
- name : Use Node.js 14.x
81
81
uses : actions/setup-node@v3
98
98
99
99
steps :
100
100
- name : Checkout Repo
101
- uses : actions/checkout@v3
101
+ uses : actions/checkout@v4
102
102
with :
103
103
fetch-depth : 0
104
104
@@ -131,7 +131,7 @@ jobs:
131
131
132
132
steps :
133
133
- name : Checkout Repo
134
- uses : actions/checkout@v3
134
+ uses : actions/checkout@v4
135
135
136
136
- name : Download Coverage Artifact
137
137
uses : actions/download-artifact@v3
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
steps :
154
154
- name : Checkout Repo
155
- uses : actions/checkout@v3
155
+ uses : actions/checkout@v4
156
156
157
157
- name : Create Sentry release
158
158
if : ${{ github.repository_owner == 'CougarCS' && !contains(toJSON(github.event), 'pull_request')}}
You can’t perform that action at this time.
0 commit comments