Skip to content

Commit b72121b

Browse files
committed
fix: add permissions block to run-duckdb-tests job (CodeQL)
1 parent 66f7664 commit b72121b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/fusion.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ env:
2828
jobs:
2929
run-duckdb-tests:
3030
runs-on: ubuntu-latest
31+
permissions:
32+
contents: read
3133

3234
steps:
3335
- name: "Checkout PR code"

0 commit comments

Comments
 (0)