From 53dc2c6907041e548465d6c18e0d6d09947c3ebe Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Mon, 24 Aug 2026 18:04:17 +0200 Subject: [PATCH] GH Actions: Switched codecov job to OIDC Signed-off-by: Ole Herman Schumacher Elgesem --- .github/workflows/coverage.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 75b4e54..ebd56f3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,5 +1,7 @@ name: Fetch and upload coverage +permissions: + id-token: write on: push: branches: [main] @@ -27,5 +29,7 @@ jobs: run: make coverage - name: Upload coverage reports to Codecov with GitHub Action uses: codecov/codecov-action@v7 + with: + use_oidc: true env: fail_ci_if_error: true