Skip to content

Commit

Permalink
🐛 Update GitHub Actions workflows to use external lint and scan actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Feb 6, 2025
1 parent 84412ec commit 6472d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
fetch-depth: 0
- name: Rust Lint
uses: ./rust/lint
uses: astraly-labs/workflows/rust/lint@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 1 addition & 2 deletions .github/workflows/rust-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
fetch-depth: 0
- name: Rust Scanner
uses: ./rust/scan
uses: astraly-labs/workflows/rust/scan@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
codeql_upload: false

0 comments on commit 6472d77

Please sign in to comment.