Skip to content

Commit

Permalink
ci(lint): pin differential-shellcheck to v3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku authored Dec 9, 2022
1 parent ed0d73e commit 0422a4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ jobs:
test:
runs-on: ubuntu-latest

permissions:
security-events: write
pull-requests: write

steps:
- name: Repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@latest
uses: redhat-plumbers-in-action/differential-shellcheck@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0422a4c

Please sign in to comment.