Skip to content

Bump nokogiri from 1.13.10 to 1.15.4 #303

Bump nokogiri from 1.13.10 to 1.15.4

Bump nokogiri from 1.13.10 to 1.15.4 #303

Workflow file for this run

name: Pronto
on:
push:
pull_request:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Pronto Run
uses: ./
with:
target: origin/main
runners: >-
rubocop bundler_audit brakeman yamllint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}