Skip to content

Bump fugit from 1.11.0 to 1.11.1 #4548

Bump fugit from 1.11.0 to 1.11.1

Bump fugit from 1.11.0 to 1.11.1 #4548

Workflow file for this run

name: Security
on: [push]
jobs:
security:
name: Brakeman (Static security)
if: "${{ github.actor != 'dependabot[bot]' }}"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
- name: Brakeman
uses: reviewdog/action-brakeman@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}