From 19b8be002953907c6eaab158c96422be9b4fb2dd Mon Sep 17 00:00:00 2001 From: Nir Tal Date: Wed, 7 May 2025 17:24:55 +0300 Subject: [PATCH] sec --- .github/workflows/devRun.yml | 6 +++++- .github/workflows/nightly.yml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/devRun.yml b/.github/workflows/devRun.yml index 4d24e70b8a..e7692b17df 100644 --- a/.github/workflows/devRun.yml +++ b/.github/workflows/devRun.yml @@ -9,6 +9,10 @@ on: - '**/*.lock' - '.github/workflows/devRun.yml' +permissions: + contents: write + pages: write + jobs: merge_test: timeout-minutes: 15 @@ -49,7 +53,7 @@ jobs: echo CHROME_VERSION=$(google-chrome --product-version) } >> environment.properties - name: Generate Allure Report - uses: simple-elf/allure-report-action@master + uses: simple-elf/allure-report-action@v1.12 if: always() id: allure-report with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2a99e4b936..7435182bfc 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -16,6 +16,10 @@ on: default: 2 type: number +permissions: + contents: write + pages: write + jobs: setup-matrix: runs-on: ubuntu-latest