Skip to content

Bump logger from 1.6.3 to 1.6.4 (#1377) #2982

Bump logger from 1.6.3 to 1.6.4 (#1377)

Bump logger from 1.6.3 to 1.6.4 (#1377) #2982

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-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0
with:
bundler-cache: true
- run: bin/rubocop --parallel --format github