Skip to content

Update rubygems to 3.6.5 and bundler to 2.6.5 (#1972) #2476

Update rubygems to 3.6.5 and bundler to 2.6.5 (#1972)

Update rubygems to 3.6.5 and bundler to 2.6.5 (#1972) #2476

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-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 # v1.221.0
with:
rubygems: latest
bundler: latest
bundler-cache: true
- run: bin/bundle-audit update
- run: bin/bundle-audit