Skip to content

Commit

Permalink
Merge pull request #19 from jamacku/patch-1
Browse files Browse the repository at this point in the history
ci(lint): pin `differential-shellcheck` to `v3` tag
  • Loading branch information
5long authored May 25, 2023
2 parents 8017131 + 0422a4c commit f43501e
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 f43501e

Please sign in to comment.