Skip to content

Bump rubocop from 1.63.2 to 1.63.3 #424

Bump rubocop from 1.63.2 to 1.63.3

Bump rubocop from 1.63.2 to 1.63.3 #424

Workflow file for this run

name: Snyk
on:
push:
paths:
- 'Gemfile'
- 'Gemfile.lock'
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
vulnerability_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Snyk
uses: snyk/actions/ruby@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}