File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
26
26
steps :
27
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Set Node.js 16.x
30
30
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
44
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
test-local-action :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
19
19
- uses : ./
20
20
name : json to file
Original file line number Diff line number Diff line change 9
9
semver :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
13
with :
14
14
fetch-depth : 0 # needed to get all tags
15
15
Original file line number Diff line number Diff line change 13
13
build : # make sure build/ci works properly
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
18
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
19
19
with :
28
28
test : # make sure the action works on a clean machine without building
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
31
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
- uses : ./
33
33
id : store-json
34
34
with :
You can’t perform that action at this time.
0 commit comments