Skip to content

build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 #242

build(deps): bump github/codeql-action from 3.24.9 to 3.25.3

build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 #242

---
name: Differential ShellCheck
on:
push:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-22.04
permissions:
security-events: write
steps:
- name: Repository checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@52bab0caa5249d6acd8bcd5bc7a68e69ac9319f9
with:
token: ${{ secrets.GITHUB_TOKEN }}