Skip to content

Commit

Permalink
ci: add explicit osv-detector version to avoid rate limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 15, 2023
1 parent ffe319b commit d261145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-with-osv-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:

- name: Check dependencies for security vulnerabilities
uses: g-rath/check-with-osv-detector@main
with:
osv-detector-version: 0.11.1
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ jobs:
# this ensures that osv-detector is available for running bin/ci-run
- name: Check dependencies for security vulnerabilities (and setup osv-detector)
uses: g-rath/check-with-osv-detector@main
with:
osv-detector-version: 0.11.1

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

0 comments on commit d261145

Please sign in to comment.