Skip to content

Bump ruby/setup-ruby from 1.197.0 to 1.198.0 (#1660) #1888

Bump ruby/setup-ruby from 1.197.0 to 1.198.0 (#1660)

Bump ruby/setup-ruby from 1.197.0 to 1.198.0 (#1660) #1888

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@98aefb3c83eea830993080938ed245dc8e2b843b # v1.198.0
with:
rubygems: latest
bundler: latest
bundler-cache: true
- run: bin/bundle-audit update
- run: bin/bundle-audit