File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- uses : ruby/setup-ruby@v1
17
17
with :
18
18
ruby-version : ' 3.1'
28
28
run : bundle exec htmlproofer ./_site --disable-external --allow-hash-href --no-enforce-https
29
29
30
30
# Accessibility scan
31
- - uses : actions/setup-node@v3
31
+ - uses : actions/setup-node@v4
32
32
with :
33
33
node-version : 16
34
34
- name : Scan for accessibility issues
38
38
scan-timeout : 600000
39
39
- name : Upload accessibility report
40
40
if : success() || failure()
41
- uses : actions/upload-artifact@v3
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : accessibility-reports
44
44
path : ${{ github.workspace }}/_accessibility-reports
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Initialize CodeQL
27
27
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 268
268
chef-utils
269
269
net-http (0.4.1 )
270
270
uri
271
- nokogiri (1.16.7 -x86_64-linux )
271
+ nokogiri (1.18.3 -x86_64-linux-gnu )
272
272
racc (~> 1.4 )
273
273
octokit (4.25.1 )
274
274
faraday (>= 1 , < 3 )
You can’t perform that action at this time.
0 commit comments