Skip to content

Commit bb6c33d

Browse files
committed
minor refactor: use direct sha1 number even though infra permits friendly version name
1 parent 2ddeb28 commit bb6c33d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/groovy-build-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ./gradlew -Pcoverage=true jacocoAllReport
4343
timeout-minutes: 60
4444
- name: Upload coverage to Codecov
45-
uses: codecov/codecov-action@v6
45+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
4646
with:
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
verbose: true

0 commit comments

Comments
 (0)