Skip to content

fix for file vulnerability not detected for grpc #145

fix for file vulnerability not detected for grpc

fix for file vulnerability not detected for grpc #145

Workflow file for this run

name: PR Rubocop
on:
pull_request:
workflow_dispatch:
jobs:
run_rubocop:
runs-on: ubuntu-22.04
steps:
- name: Configure git
run: 'git config --global init.defaultBranch main'
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag v4.1.2
- uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # tag v1.165.1
with:
ruby-version: '3.3'
- run: bundle
- run: rubocop