Skip to content

Bump rack from 3.0.11 to 3.1.0 (#149) #449

Bump rack from 3.0.11 to 3.1.0 (#149)

Bump rack from 3.0.11 to 3.1.0 (#149) #449

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 }}