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 9592b7a fix: check out action
9592b7a is described below
commit 9592b7a02b58a3e2dbb1fd3e02e40d675bfb54ce
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jun 16 16:13:10 2025 +0200
fix: check out action
---
.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 4de446e..8988691 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -59,6 +59,7 @@ jobs:
- name: Check out `logging-parent` repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
+ repository: apache/logging-parent
path: logging-parent
ref: ${{ github.workflow_sha }}