From 93e05319cf918cb9a712e3a08b3c704625266cfe Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Fri, 8 Aug 2025 17:51:36 +0200 Subject: [PATCH] CI: fix some actions alerts --- .github/workflows/build-ripunzip.yml | 3 +++ .github/workflows/csv-coverage-pr-comment.yml | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-ripunzip.yml b/.github/workflows/build-ripunzip.yml index 3e32b868985..c83b25de2c9 100644 --- a/.github/workflows/build-ripunzip.yml +++ b/.github/workflows/build-ripunzip.yml @@ -12,6 +12,9 @@ on: required: false default: openssl-3.5.0 +permissions: + contents: read + jobs: build: strategy: diff --git a/.github/workflows/csv-coverage-pr-comment.yml b/.github/workflows/csv-coverage-pr-comment.yml index cf01ef063ac..2f48fc116a7 100644 --- a/.github/workflows/csv-coverage-pr-comment.yml +++ b/.github/workflows/csv-coverage-pr-comment.yml @@ -14,10 +14,7 @@ jobs: check: name: Check framework coverage differences and comment runs-on: ubuntu-latest - if: > - ${{ github.event.workflow_run.event == 'pull_request' && - github.event.workflow_run.conclusion == 'success' }} - + if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: - name: Dump GitHub context env: