Skip to content

build(deps): bump the otel-instrumentation group with 2 updates #1396

build(deps): bump the otel-instrumentation group with 2 updates

build(deps): bump the otel-instrumentation group with 2 updates #1396

name: Validation Of Shell Scripts
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
validation-of-shell-scripts:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install shellcheck
run: sudo apt-get install shellcheck
- name: Run shellcheck
run: shellcheck scripts/*.sh