Skip to content

build(deps): Bump ossf/scorecard-action from 2.3.1 to 2.3.3 #40

build(deps): Bump ossf/scorecard-action from 2.3.1 to 2.3.3

build(deps): Bump ossf/scorecard-action from 2.3.1 to 2.3.3 #40

Workflow file for this run

name: shellcheck
# Runs the workflow on the below events:
# 1. on pull request raised to trunk branch.
# 2. on push event to trunk branch.
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@cd81f4475ab741e097ec0fe73b692f3e49d66b8c # v2.0.0
env:
SHELLCHECK_OPTS: -e SC1090 -e SC1091