Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Bump sexp_processor from 4.17.4 to 4.17.5 #282

Bump sexp_processor from 4.17.4 to 4.17.5

Bump sexp_processor from 4.17.4 to 4.17.5 #282

Workflow file for this run

name: Standard
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
schedule:
- cron: "0 21 * * 6"
permissions:
contents: read
jobs:
standard:
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Ruby
uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0
with:
rubygems: latest
bundler: latest
bundler-cache: true
- run: bin/standardrb --format github