Skip to content

CVE-2024-47220: Update webrick #173

CVE-2024-47220: Update webrick

CVE-2024-47220: Update webrick #173

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
standardrb:
name: runner / standardrb
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Give permissions
run: |
sudo chown -R root:root $GITHUB_WORKSPACE
- name: standardrb
uses: SennaLabs/[email protected]
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Default is github-pr-check
rubocop_version: 1.1.6 # note: this actually refers to standardb version, not Rubocop
rubocop_flags: --format progress