File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
node-version : [14, 16, 18, 20]
19
19
20
20
steps :
21
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
with :
23
23
fetch-depth : 0
24
24
41
41
runs-on : ubuntu-latest
42
42
43
43
steps :
44
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
44
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45
45
with :
46
46
fetch-depth : 0
47
47
64
64
run : npm test
65
65
66
66
- name : Upload coverage to Codecov
67
- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
67
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
68
68
continue-on-error : true
69
69
with :
70
70
token : ${{ secrets.CODECOV_TOKEN }}
80
80
id-token : write
81
81
82
82
steps :
83
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
83
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
84
84
with :
85
85
fetch-depth : 0
86
86
@@ -110,7 +110,7 @@ jobs:
110
110
contents : write
111
111
112
112
steps :
113
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
113
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
114
114
with :
115
115
fetch-depth : 0
116
116
Original file line number Diff line number Diff line change 11
11
image : returntocorp/semgrep
12
12
if : (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
13
13
steps :
14
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
fetch-depth : 0
17
17
- run : semgrep ci --no-suppress-errors
You can’t perform that action at this time.
0 commit comments