Skip to content

Commit 3af8984

Browse files
committed
fix(ci): Update yonasBSD/toolkit.
1 parent beb8290 commit 3af8984

4 files changed

Lines changed: 3 additions & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ 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

0 commit comments

Comments
 (0)