Skip to content

Remove changelog placeholders during release #623

Remove changelog placeholders during release

Remove changelog placeholders during release #623

Workflow file for this run

name: Security
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
bundler-audit:
name: Vulnerability Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0'
bundler-cache: true
- name: Install bundler-audit
run: gem install bundler-audit
- name: Update vulnerability database
run: bundle audit update
- name: Check for vulnerabilities
run: bundle audit check