From 6d3861a36f0e4fbaf54e802bea3d0afce89c3ad7 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 9 Dec 2022 13:26:51 +0100 Subject: [PATCH] ci(lint): pin `differential-shellcheck` to `v3` tag --- .github/workflows/linters.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index e0ac903f183..1cde3d0dc2b 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -14,10 +14,6 @@ jobs: lint: runs-on: ubuntu-latest - permissions: - security-events: write - pull-requests: write - steps: - name: Checkout code uses: actions/checkout@v1 @@ -25,6 +21,6 @@ jobs: fetch-depth: 0 - name: Lint shell scripts - uses: redhat-plumbers-in-action/differential-shellcheck@latest + uses: redhat-plumbers-in-action/differential-shellcheck@v3 with: token: ${{ secrets.GITHUB_TOKEN }}