File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
toolchain : nightly
20
20
override : true
21
21
components : rustfmt
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
- uses : Swatinem/rust-cache@v1
24
24
- name : Build it
25
25
run : make
26
26
# - name: tests
27
27
# run: make test
28
28
- name : ' export binary'
29
- uses : actions/upload-artifact@v2
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : hello-world
32
32
path : target/release/hello-world
Original file line number Diff line number Diff line change 1
1
{
2
- "scanSettings": {
3
- "baseBranches": []
4
- },
5
2
"checkRunSettings": {
6
- "vulnerableCheckRunConclusionLevel": "failure",
7
- "displayMode": "diff"
3
+ "vulnerableCheckRunConclusionLevel": "failure"
8
4
},
9
5
"issueSettings": {
10
6
"minSeverityLevel": "LOW"
11
7
}
12
- }
8
+ }
You can’t perform that action at this time.
0 commit comments