Skip to content

chore(deps): update actions/checkout action to v4.1.7 - autoclosed #58

chore(deps): update actions/checkout action to v4.1.7 - autoclosed

chore(deps): update actions/checkout action to v4.1.7 - autoclosed #58

Workflow file for this run

---
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@master
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...