Skip to content

Merge pull request #24 from intel/dependabot/github_actions/actions/c… #11

Merge pull request #24 from intel/dependabot/github_actions/actions/c…

Merge pull request #24 from intel/dependabot/github_actions/actions/c… #11

Workflow file for this run

name: static-analysis
on: [push, pull_request]
permissions:
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.5.3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # main