This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new fd2c7c6f63 [ci] Fix apache/pulsar-test-infra/paths-filter action
permission in CodeQL workflow (#4361)
fd2c7c6f63 is described below
commit fd2c7c6f632deb0130b9c8fc506a6b66ac02b341
Author: Lishen Yao <[email protected]>
AuthorDate: Sun Jun 9 12:45:29 2024 +0900
[ci] Fix apache/pulsar-test-infra/paths-filter action permission in CodeQL
workflow (#4361)
Co-authored-by: ZhangJian He <[email protected]>
---
.github/workflows/codeql.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index c9ca73e533..e838fccc36 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -38,6 +38,7 @@ jobs:
# only required for workflows in private repositories
actions: read
contents: read
+ pull-requests: read
strategy:
fail-fast: false