Skip to content

build(deps): bump github/codeql-action from 3.31.2 to 4.31.3 #48

build(deps): bump github/codeql-action from 3.31.2 to 4.31.3

build(deps): bump github/codeql-action from 3.31.2 to 4.31.3 #48

Workflow file for this run

name: CI
on:
push:
pull_request:
permissions: {}
jobs:
fmt:
permissions:
contents: read # for actions/checkout to fetch code
name: Format
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
with:
ruby-version: '3.2'
- run: gem install rufo
- run: rufo -c .