Skip to content

Commit 5859815

Browse files
committed
update: workflow to v4
1 parent 9197946 commit 5859815

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff 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

.whitesource

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
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+
}

0 commit comments

Comments
 (0)