diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index e0ac903f18..1cde3d0dc2 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 }}