Skip to content

Commit 80b6a59

Browse files
committed
Pin gradle/develocity-actions
1 parent 47c97a1 commit 80b6a59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/develocity-publish-build-scans.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ jobs:
2929
actions: write
3030
pull-requests: write
3131
steps:
32+
3233
- name: Setup Build Scan link capture
33-
uses: gradle/develocity-actions/maven-setup@v1
34+
uses: gradle/develocity-actions/maven-setup@9f1bf05334de7eb619731d5466c35a153742311d # 1.2
35+
3436
- name: Publish Build Scans
35-
uses: gradle/develocity-actions/maven-publish-build-scan@v1
37+
uses: gradle/develocity-actions/maven-publish-build-scan@9f1bf05334de7eb619731d5466c35a153742311d # 1.2
3638
with:
3739
develocity-url: 'https://ge.apache.org'
3840
develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)