Skip to content

BFD-3646 [Snyk] Security upgrade com.google.protobuf:protobuf-java-util from 3.25.1 to 3.25.5 #129

BFD-3646 [Snyk] Security upgrade com.google.protobuf:protobuf-java-util from 3.25.1 to 3.25.5

BFD-3646 [Snyk] Security upgrade com.google.protobuf:protobuf-java-util from 3.25.1 to 3.25.5 #129

Workflow file for this run

name: 'Run shellcheck'
on:
pull_request:
permissions:
contents: read
jobs:
lint:
name: Shellcheck
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Shellcheck
id: ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v5
env:
SHELLCHECK_OPTS: '-e SC1071 -e SC2239'
with:
severity: warning
triggering-event: pull_request