Skip to content

Bump sidekiq from 5.2.10 to 7.0.8 #58

Bump sidekiq from 5.2.10 to 7.0.8

Bump sidekiq from 5.2.10 to 7.0.8 #58

Workflow file for this run

name: Security
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run Bundle Audit
run: bundle exec bundle audit --update
- name: Run Brakeman
run: bundle exec brakeman