Skip to content

Bump rubocop from 1.67.0 to 1.68.0 in the bundler-deps group #1334

Bump rubocop from 1.67.0 to 1.68.0 in the bundler-deps group

Bump rubocop from 1.67.0 to 1.68.0 in the bundler-deps group #1334

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.1
- name: Install Ruby toolchain
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
- name: bundler-audit
run: bundle exec bundle-audit check --update