Skip to content

Commit 05a2e4e

Browse files
committed
ci: Fix Github token permissions restriction
Signed-off-by: Hao Yao <hao.yao@intel.com>
1 parent 9fa05a9 commit 05a2e4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
pull_request:
99

10+
permissions: {}
11+
1012
jobs:
1113
build:
1214
strategy:
@@ -16,7 +18,7 @@ jobs:
1618
runs-on: ubuntu-latest
1719
container: ${{ matrix.os }}
1820
steps:
19-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2022
- name: Build test for ${{ matrix.version }} on ${{ matrix.os }}
2123
timeout-minutes: 10
2224
run: |

0 commit comments

Comments
 (0)