Skip to content

Commit

Permalink
update: workflow to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mTvare6 committed Dec 5, 2024
1 parent 9197946 commit 5859815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
toolchain: nightly
override: true
components: rustfmt
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v1
- name: Build it
run: make
# - name: tests
# run: make test
- name: 'export binary'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: hello-world
path: target/release/hello-world
8 changes: 2 additions & 6 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
"vulnerableCheckRunConclusionLevel": "failure"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}
}

0 comments on commit 5859815

Please sign in to comment.