Skip to content

Bump minimatch from 9.0.5 to 9.0.9 #1629

Bump minimatch from 9.0.5 to 9.0.9

Bump minimatch from 9.0.5 to 9.0.9 #1629

Workflow file for this run

---
name: Bundler Audit
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: 'Bundler Audit'
uses: thoughtbot/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}