Skip to content

Commit 8af98c0

Browse files
authored
Merge pull request #94 from hao-yao/dfsg
ci: Fix Github token permissions restriction
2 parents 46efbcb + 1b975c9 commit 8af98c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55

66
pull_request:
77

8+
permissions: {}
9+
810
jobs:
911
build:
1012
strategy:
@@ -14,7 +16,7 @@ jobs:
1416
runs-on: ubuntu-latest
1517
container: ${{ matrix.os }}
1618
steps:
17-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
1820
with:
1921
repository: intel/ipu6-camera-bins
2022
ref: dfsg
@@ -40,7 +42,7 @@ jobs:
4042
sed 's,ipu6-camera-bins/,./,' | \
4143
sh -x
4244
43-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4446
with:
4547
path: hal
4648

0 commit comments

Comments
 (0)