Skip to content

Bump bootsnap from 1.17.1 to 1.18.1 #757

Bump bootsnap from 1.17.1 to 1.18.1

Bump bootsnap from 1.17.1 to 1.18.1 #757

Workflow file for this run

name: Bundler audit
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
permissions:
contents: read
jobs:
bundler-audit:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Ruby
uses: ruby/setup-ruby@bd03e04863f52d169e18a2b190e8fa6b84938215 # v1.170.0
with:
bundler-cache: true
- run: bin/bundle-audit update
- run: bin/bundle-audit