Skip to content

chore(deps): update dependency sort-package-json to v2.5.1 #342

chore(deps): update dependency sort-package-json to v2.5.1

chore(deps): update dependency sort-package-json to v2.5.1 #342

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
# only required for workflows in private repositories
actions: read
contents: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 🐞 Differential shell-check
id: shellcheck
uses: redhat-plumbers-in-action/differential-shellcheck@v4
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
- if: ${{ always() }}
name: 📤 Upload artifact with shell-check defects in SARIF format
uses: actions/upload-artifact@v3
with:
name: Differential shell-check SARIF
path: ${{ steps.shellcheck.outputs.sarif }}