From 1b975c9215016c3d0445f80c84c6719363091f2b Mon Sep 17 00:00:00 2001 From: Hao Yao Date: Mon, 26 Feb 2024 13:18:55 +0800 Subject: [PATCH] ci: Fix Github token permissions restriction Signed-off-by: Hao Yao --- .github/workflows/build-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index 3724d0ec..6d25122e 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -5,6 +5,8 @@ on: pull_request: +permissions: {} + jobs: build: strategy: @@ -14,7 +16,7 @@ jobs: runs-on: ubuntu-latest container: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: intel/ipu6-camera-bins ref: dfsg @@ -40,7 +42,7 @@ jobs: sed 's,ipu6-camera-bins/,./,' | \ sh -x - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: hal