Skip to content

Commit fb68cd3

Browse files
authored
Merge pull request #582 from gradle/combined-prs-branch
Combined PRs
2 parents f9eaf24 + 0d631c4 commit fb68cd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wrapper-upgrade-execution.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
run: git config --global url."https://unused-username:${TOKEN}@github.com/".insteadOf "https://github.com/"
1818
- name: Import GPG key
19-
uses: crazy-max/ghaction-import-gpg@d6f3f49f3345e29369fe57596a3ca8f94c4d2ca7
19+
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef
2020
with:
2121
gpg_private_key: ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }}
2222
passphrase: ${{ secrets.GH_BOT_PGP_PASSPHRASE }}

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.gradle.enterprise.gradleplugin.internal.extension.BuildScanExtensionW
22

33
plugins {
44
id("com.gradle.enterprise") version "3.14.1"
5-
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.1"
5+
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.2"
66
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
77
}
88

0 commit comments

Comments
 (0)