Skip to content

build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.1 #9

build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.1

build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.1 #9

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.5.3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # main