ppkarwasz commented on code in PR #492:
URL: https://github.com/apache/logging-parent/pull/492#discussion_r3624796567
##########
.github/workflows/process-dependabot-reusable.yaml:
##########
@@ -79,6 +79,7 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
with:
ref: ${{ steps.pr.outputs.head-ref }}
+ # Required to allow GitHub Actions to check out the Dependabot PR
branch
Review Comment:
I would add a little bit more:
```suggestion
# An action triggered by `workflow_run` has access to secrets.
# Checking out untrusted code requires an explicit opt-in.
```
What do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]