Skip to content

Commit a30abc5

Browse files
committed
GHA: Specify "read" permission
as recommended by CodeQL Change-Id: If1a96af491181ad410ba3b75722c630293a23d8f Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/229388 Reviewed-by: David Nault <[email protected]> Tested-by: David Nault <[email protected]>
1 parent a9f0e60 commit a30abc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
# java-distribution: 'oracle'
4141
# java-version: '17'
4242

43+
permissions:
44+
contents: read
4345
runs-on: ubuntu-latest
4446
steps:
4547
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)