File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919 toolchain : nightly
2020 override : true
2121 components : rustfmt
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v4
2323 - uses : Swatinem/rust-cache@v1
2424 - name : Build it
2525 run : make
2626 # - name: tests
2727 # run: make test
2828 - name : ' export binary'
29- uses : actions/upload-artifact@v2
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : hello-world
3232 path : target/release/hello-world
Original file line number Diff line number Diff line change 11{
2- "scanSettings": {
3- "baseBranches": []
4- },
52 "checkRunSettings": {
6- "vulnerableCheckRunConclusionLevel": "failure",
7- "displayMode": "diff"
3+ "vulnerableCheckRunConclusionLevel": "failure"
84 },
95 "issueSettings": {
106 "minSeverityLevel": "LOW"
117 }
12- }
8+ }
You can’t perform that action at this time.
0 commit comments