This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch feat/dependabot-add-changelog
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/feat/dependabot-add-changelog
by this push:
new 6c06891 fix: check out `logging-parent` to use local action
6c06891 is described below
commit 6c068919a56ce747ad0643bed36c03be9339a6a8
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jun 16 16:10:46 2025 +0200
fix: check out `logging-parent` to use local action
---
.github/workflows/process-dependabot-reusable.yaml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/process-dependabot-reusable.yaml
b/.github/workflows/process-dependabot-reusable.yaml
index 16b3f3f..4de446e 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -49,12 +49,19 @@ jobs:
steps:
- - name: Checkout repository
+ - name: Check out repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
ref: ${{ inputs.ref }}
token: ${{ secrets.CONTENT_WRITE_TOKEN }}
+ # We need to check out the `logging-parent` repository to access the
local action
+ - name: Check out `logging-parent` repository
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
+ with:
+ path: logging-parent
+ ref: ${{ github.workflow_sha }}
+
- name: Set up GPG
uses:
crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # 6.3.0
with:
@@ -63,7 +70,7 @@ jobs:
- name: Generate changelog entries
id: dependencies
- uses: ./.github/actions/generate-dependabot-changelog
+ uses: ./logging-parent/.github/actions/generate-dependabot-changelog
- name: Add & commit changes
# Commits generated by Dependabot will always contain at least one
dependency