Skip to content

Commit 55a4220

Browse files
authored
Fix dependabot_pr workflow (#5353)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 344673a commit 55a4220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
token: ${{ steps.github_app_token.outputs.token }}
24+
ref: ${{ github.head_ref }}
2425

2526
# See please https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#minimum_daemon_jvm_version
2627
- name: Set up JDK 21

0 commit comments

Comments
 (0)