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