File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v3.2 .0
20
+ uses : actions/checkout@v3.3 .0
21
21
22
22
# Initializes the CodeQL tools for scanning.
23
23
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
15
- - uses : actions/checkout@v3.2 .0
15
+ - uses : actions/checkout@v3.3 .0
16
16
17
17
- name : Use Node.js LTS 14.x
18
18
uses : actions/setup-node@v3.6.0
47
47
runs-on : ${{ matrix.os }}
48
48
steps :
49
49
50
- - uses : actions/checkout@v3.2 .0
50
+ - uses : actions/checkout@v3.3 .0
51
51
52
52
- name : Use Node.js ${{ matrix.node-version }}
53
53
uses : actions/setup-node@v3.6.0
Original file line number Diff line number Diff line change 11
11
name : Compliance Check
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3.2 .0
14
+ - uses : actions/checkout@v3.3 .0
15
15
- name : Execute REUSE Compliance Check
16
16
uses : fsfe/reuse-action@v1.1
You can’t perform that action at this time.
0 commit comments