Skip to content

Commit

Permalink
Pin gradle/develocity-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Sep 19, 2024
1 parent 47c97a1 commit 80b6a59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/develocity-publish-build-scans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
actions: write
pull-requests: write
steps:

- name: Setup Build Scan link capture
uses: gradle/develocity-actions/maven-setup@v1
uses: gradle/develocity-actions/maven-setup@9f1bf05334de7eb619731d5466c35a153742311d # 1.2

- name: Publish Build Scans
uses: gradle/develocity-actions/maven-publish-build-scan@v1
uses: gradle/develocity-actions/maven-publish-build-scan@9f1bf05334de7eb619731d5466c35a153742311d # 1.2
with:
develocity-url: 'https://ge.apache.org'
develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}

0 comments on commit 80b6a59

Please sign in to comment.