Skip to content

Commit

Permalink
Fix the bundle audit workflow
Browse files Browse the repository at this point in the history
The Bundler Audit GitHub Action is currently not working as intended. We're getting an error when running it. 

There's a PR to fix the issue on the repository, but we can use the thoughtbot fork in the meantime.
  • Loading branch information
sarahraqueld committed Dec 29, 2023
1 parent 17e2774 commit 412b06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-audit.yml
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: 'Bundler Audit'
uses: andrewmcodes/bundler-audit-action@main
uses: thoughtbot/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 412b06e

Please sign in to comment.