Skip to content

Merge pull request #123 from artichoke/dependabot/github_actions/gha-… #362

Merge pull request #123 from artichoke/dependabot/github_actions/gha-…

Merge pull request #123 from artichoke/dependabot/github_actions/gha-… #362

Workflow file for this run

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