From 43fd38060db01bfb5b331ed1be1898935f22cb8e Mon Sep 17 00:00:00 2001 From: Holger Obermaier <40787752+ho-ob@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:23:54 +0100 Subject: [PATCH] Revert "Try github-annotations for reporting" This reverts commit 75c602e5712af99063013a16894367f3424f117e. --- .github/workflows/runonce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runonce.yml b/.github/workflows/runonce.yml index b662720..9b8f279 100644 --- a/.github/workflows/runonce.yml +++ b/.github/workflows/runonce.yml @@ -54,7 +54,7 @@ jobs: # Running the linter requires likwid.h, which gets downloaded in the build step - name: Static Analysis with GolangCI-Lint and Upload Report with reviewdog run: | - golangci-lint run | reviewdog -f=golangci-lint -reporter=github-annotations -filter-mode=nofilter -fail-level none + golangci-lint run | reviewdog -f=golangci-lint -reporter=github-check -filter-mode=nofilter -fail-level none env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}