Skip to content

Upgrade Ruby and Bundler, merge outstanding Dependabot PRs #1356

Upgrade Ruby and Bundler, merge outstanding Dependabot PRs

Upgrade Ruby and Bundler, merge outstanding Dependabot PRs #1356

Workflow file for this run

---
name: Audit
"on":
push:
branches:
- trunk
pull_request:
branches:
- trunk
schedule:
- cron: "0 0 * * TUE"
jobs:
ruby:
name: Audit Ruby Dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Install Ruby toolchain
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
- name: bundler-audit
run: bundle exec bundle-audit check --update