Skip to content

Bump library/ruby from 5007f13 to 08a8ef1 (#1935) #3662

Bump library/ruby from 5007f13 to 08a8ef1 (#1935)

Bump library/ruby from 5007f13 to 08a8ef1 (#1935) #3662

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
permissions:
contents: read
jobs:
rubocop:
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
with:
rubygems: latest
bundler: latest
bundler-cache: true
- run: bin/rubocop --parallel --format github