Skip to content

Bump json from 2.7.5 to 2.7.6 (#1667) #1904

Bump json from 2.7.5 to 2.7.6 (#1667)

Bump json from 2.7.5 to 2.7.6 (#1667) #1904

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
with:
rubygems: latest
bundler: latest
bundler-cache: true
- run: bin/bundle-audit update
- run: bin/bundle-audit