Skip to content

Merge commit '63ba69810eca80fc2d10114a79f2988c1b75892f' into glitch-s… #233

Merge commit '63ba69810eca80fc2d10114a79f2988c1b75892f' into glitch-s…

Merge commit '63ba69810eca80fc2d10114a79f2988c1b75892f' into glitch-s… #233

Workflow file for this run

name: Bundler Audit
on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- 'Gemfile*'
- '.ruby-version'
- '.github/workflows/bundler-audit.yml'
pull_request:
paths:
- 'Gemfile*'
- '.ruby-version'
- '.github/workflows/bundler-audit.yml'
schedule:
- cron: '0 5 * * 1'
jobs:
security:
runs-on: ubuntu-latest
env:
BUNDLE_ONLY: development
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run bundler-audit
run: bundle exec bundler-audit check --update