Skip to content

Bump nokogiri from 1.16.4 to 1.16.5 #435

Bump nokogiri from 1.16.4 to 1.16.5

Bump nokogiri from 1.16.4 to 1.16.5 #435

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