Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Bump puma from 6.4.1 to 6.4.2 #1961

Bump puma from 6.4.1 to 6.4.2

Bump puma from 6.4.1 to 6.4.2 #1961

Workflow file for this run

name: Brakeman
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 21 * * 6"
permissions:
contents: read
jobs:
brakeman:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Ruby
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1
with:
rubygems: latest
bundler: latest
bundler-cache: true
- run: bin/brakeman --format github --quiet --run-all-checks