File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
TOKEN : ${{ secrets.GITHUB_TOKEN }}
17
17
run : git config --global url."https://unused-username:${TOKEN}@github.com/".insteadOf "https://github.com/"
18
18
- name : Import GPG key
19
- uses : crazy-max/ghaction-import-gpg@d6f3f49f3345e29369fe57596a3ca8f94c4d2ca7
19
+ uses : crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef
20
20
with :
21
21
gpg_private_key : ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }}
22
22
passphrase : ${{ secrets.GH_BOT_PGP_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.gradle.enterprise.gradleplugin.internal.extension.BuildScanExtensionW
2
2
3
3
plugins {
4
4
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 "
6
6
id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.7.0"
7
7
}
8
8
You can’t perform that action at this time.
0 commit comments