Skip to content

Commit

Permalink
ci: use specific version of osv-detector to avoid rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 7, 2023
1 parent 560051b commit c3a062e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
persist-credentials: false
- name: Audit dependencies for security vulnerabilities
uses: g-rath/check-with-osv-detector@main
with:
osv-detector-version: 0.12.0
test:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -142,6 +144,8 @@ jobs:
# this ensures that osv-detector is available for running bin/ci-run
- name: Check dependencies for vulnerabilities (and setup osv-detector)
uses: g-rath/check-with-osv-detector@main
with:
osv-detector-version: 0.12.0

- name: Install NodeJS
uses: actions/setup-node@v3
Expand Down

0 comments on commit c3a062e

Please sign in to comment.