Skip to content

Merge pull request #636 from evemonk/rails-7.1.1 #467

Merge pull request #636 from evemonk/rails-7.1.1

Merge pull request #636 from evemonk/rails-7.1.1 #467

Workflow file for this run

name: Bundler audit
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
jobs:
bundler-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bin/bundle-audit update
- run: bin/bundle-audit check