Skip to content

Commit 532fd57

Browse files
authored
fix: Update workflows (#78)
* fix(ci): Allow release-assets.githubusercontent.com in lint workflow. * fix(ci): Update yonasBSD/toolkit.
1 parent e79089f commit 532fd57

4 files changed

Lines changed: 5 additions & 3 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@1938a129c53431ea31c70b0373f60b6cff4999b4 # v0.1.0
46+
uses: yonasBSD/toolkit@78ad3a58b6617ea330c3641c2965005585e6652b # v0.1.0
4747
with:
4848
run: |
4949
cargo-deny check licenses bans

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
tuf-repo-cdn.sigstore.dev:443
8787
www.bestpractices.dev:443
8888
objects.githubusercontent.com:443
89+
release-assets.githubusercontent.com:443
8990
static.rust-lang.org:443
9091
index.crates.io:443
9192
static.crates.io:443
@@ -128,6 +129,7 @@ jobs:
128129
tuf-repo-cdn.sigstore.dev:443
129130
www.bestpractices.dev:443
130131
objects.githubusercontent.com:443
132+
release-assets.githubusercontent.com:443
131133
static.rust-lang.org:443
132134
index.crates.io:443
133135
static.crates.io:443

.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@1938a129c53431ea31c70b0373f60b6cff4999b4 # v0.1.0
52+
uses: yonasBSD/toolkit@78ad3a58b6617ea330c3641c2965005585e6652b # 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@1938a129c53431ea31c70b0373f60b6cff4999b4 # v0.1.0
98+
uses: yonasBSD/toolkit@78ad3a58b6617ea330c3641c2965005585e6652b # v0.1.0
9999
with:
100100
run: |
101101
echo ### Advisories > $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)