Skip to content

Bump yard from 0.9.34 to 0.9.35 (#2538) #535

Bump yard from 0.9.34 to 0.9.35 (#2538)

Bump yard from 0.9.34 to 0.9.35 (#2538) #535

Workflow file for this run

---
name: Bundler Audit
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Bundler Audit'
uses: thoughtbot/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}