This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch update-dependabot-rules in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit d4ec0c379a7687e8a199a5462a499d8ed6e9d0f0 Author: Ramanathan <[email protected]> AuthorDate: Wed Jul 22 00:06:46 2026 +0530 add explanatory comment for allow-unsafe-pr-checkout --- .github/workflows/process-dependabot-reusable.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/process-dependabot-reusable.yaml b/.github/workflows/process-dependabot-reusable.yaml index cc41d7b..60fcd73 100644 --- a/.github/workflows/process-dependabot-reusable.yaml +++ b/.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 allow-unsafe-pr-checkout: true - name: Create changelog entries
