Skip to content

Commit

Permalink
Use bin/bundle-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Oct 16, 2023
1 parent f09b3b6 commit 14b1081
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bundler-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: "Bundler Audit"
uses: andrewmcodes/bundler-audit-action@main
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bin/bundle-audit update
- run: bin/bundle-audit check

0 comments on commit 14b1081

Please sign in to comment.