From 0422a4c071c34b5de85ab0b6502fe2caa170e645 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 9 Dec 2022 13:40:13 +0100 Subject: [PATCH] ci(lint): pin `differential-shellcheck` to `v3` tag --- .github/workflows/on-pull-request.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 2f072fa..23cac28 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -12,10 +12,6 @@ jobs: test: runs-on: ubuntu-latest - permissions: - security-events: write - pull-requests: write - steps: - name: Repository checkout uses: actions/checkout@v3 @@ -23,6 +19,6 @@ jobs: 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 }}