Skip to content

Commit 6472d77

Browse files
committed
🐛 Update GitHub Actions workflows to use external lint and scan actions
1 parent 84412ec commit 6472d77

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rust-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Rust Lint
27-
uses: ./rust/lint
27+
uses: astraly-labs/workflows/rust/lint@main
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/rust-scan.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Rust Scanner
27-
uses: ./rust/scan
27+
uses: astraly-labs/workflows/rust/scan@main
2828
with:
29-
token: ${{ secrets.GITHUB_TOKEN }}
3029
codeql_upload: false

0 commit comments

Comments
 (0)