Skip to content

Commit 1ac5ff6

Browse files
authored
fix(ci): Update yonasBSD/toolkit. (#79)
* fix(ci): Update yonasBSD/toolkit. * fix(ci): Remove cargo clean.
1 parent beb8290 commit 1ac5ff6

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/licenses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
toolchain: nightly
4444

4545
- name: Run cargo-deny
46-
uses: yonasBSD/toolkit@78ad3a58b6617ea330c3641c2965005585e6652b # v0.1.0
46+
uses: yonasBSD/toolkit@d9d381e7c259d31d02f8a18c491a1ea8980d824f # v0.1.0
4747
with:
4848
run: |
4949
cargo-deny check licenses bans

.github/workflows/release-packaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
toolchain: stable
5050

5151
- name: Release Build
52-
uses: yonasBSD/toolkit@78ad3a58b6617ea330c3641c2965005585e6652b # v0.1.0
52+
uses: yonasBSD/toolkit@d9d381e7c259d31d02f8a18c491a1ea8980d824f # v0.1.0
5353
with:
5454
run: |
5555
cargo auditable build --release

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
toolchain: stable
9696

9797
- name: Run advisories checklist
98-
uses: yonasBSD/toolkit@78ad3a58b6617ea330c3641c2965005585e6652b # v0.1.0
98+
uses: yonasBSD/toolkit@d9d381e7c259d31d02f8a18c491a1ea8980d824f # v0.1.0
9999
with:
100100
run: |
101101
echo ### Advisories > $GITHUB_STEP_SUMMARY

.github/workflows/test-with-coverage.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,12 @@ jobs:
9292
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393
with:
9494
run: |
95-
git config --global --add safe.directory /github/workspace
9695
task test
9796
9897
- name: Generate test results and coverage report
9998
env:
10099
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101100
run: |
102-
cargo clean
103101
cargo test $CARGO_OPTIONS -- -Z unstable-options --format json | cargo2junit > results.xml;
104102
cargo llvm-cov --all-features --workspace --codecov --output-path ./codecov.json
105103

0 commit comments

Comments
 (0)