Skip to content

Bump mheap/github-action-required-labels from 5.4.1 to 5.4.2 in the gha-deps group #283

Bump mheap/github-action-required-labels from 5.4.1 to 5.4.2 in the gha-deps group

Bump mheap/github-action-required-labels from 5.4.1 to 5.4.2 in the gha-deps group #283

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