We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344673a commit 55a4220Copy full SHA for 55a4220
.github/workflows/dependabot_pr.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
with:
23
token: ${{ steps.github_app_token.outputs.token }}
24
+ ref: ${{ github.head_ref }}
25
26
# See please https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#minimum_daemon_jvm_version
27
- name: Set up JDK 21
0 commit comments