From 0f511ad5744167c4dbe821966734ad2b632fbf30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Tue, 8 Apr 2025 17:50:19 +0200 Subject: [PATCH] Remove token and use sarif-fmt for nicer CLI output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9f38800..5d73f31b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,8 +16,6 @@ jobs: smoke-tests: if: github.event.pull_request.draft == false runs-on: ubuntu-latest - permissions: - security-events: write # required by Differential ShellCheck steps: - name: Checkout repository uses: actions/checkout@v4.2.2 @@ -36,7 +34,8 @@ jobs: uses: redhat-plumbers-in-action/differential-shellcheck@v5 with: severity: warning - token: ${{ secrets.GITHUB_TOKEN }} + display-engine: sarif-fmt + - name: Spell-Checking uses: codespell-project/actions-codespell@master