Skip to content

Commit 076aae6

Browse files
committed
Fix dependency submission action to use commit SHA
Use pinned commit hash (4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2) instead of version tag @v5 to comply with Apache GitHub Actions policy. Fixes #101
1 parent b571143 commit 076aae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: ./server
4242
run: make prepare-gradle-wrapper
4343
- name: Generate and submit dependency graph
44-
uses: gradle/actions/dependency-submission@v5
44+
uses: gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
4545
with:
4646
build-root-directory: server
4747
artifact-retention-days: 5

0 commit comments

Comments
 (0)