File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - main
2424jobs :
2525 bzlmod-lock :
26- uses : eclipse-score/cicd-workflows/.github/workflows/bzlmod-lock-check.yml@main
26+ uses : eclipse-score/cicd-workflows/.github/workflows/bzlmod-lock-check.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
2727 with :
2828 working-directory : .
Original file line number Diff line number Diff line change 1919 types : [checks_requested]
2020jobs :
2121 copyright-check :
22- uses : eclipse-score/cicd-workflows/.github/workflows/copyright.yml@main
22+ uses : eclipse-score/cicd-workflows/.github/workflows/copyright.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
2323 with :
2424 bazel-target : " run --lockfile_mode=error //:copyright.check"
Original file line number Diff line number Diff line change 2424
2525jobs :
2626 docs-cleanup :
27- uses : eclipse-score/cicd-workflows/.github/workflows/docs-cleanup.yml@main
27+ uses : eclipse-score/cicd-workflows/.github/workflows/docs-cleanup.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
2828 secrets :
2929 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ permissions:
2525
2626jobs :
2727 license-check :
28- uses : eclipse-score/cicd-workflows/.github/workflows/license-check.yml@main
28+ uses : eclipse-score/cicd-workflows/.github/workflows/license-check.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
2929 with :
3030 repo-url : " ${{ github.server_url }}/${{ github.repository }}"
3131 bazel-target : " run --lockfile_mode=error //src:license-check"
Original file line number Diff line number Diff line change 3232
3333jobs :
3434 docs-verify :
35- uses : eclipse-score/cicd-workflows/.github/workflows/docs-verify.yml@main
35+ uses : eclipse-score/cicd-workflows/.github/workflows/docs-verify.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
3636 permissions :
3737 pull-requests : write
3838 contents : read
4848 # Waits for consumer-tests but run only when docs verification succeeded
4949 needs : [docs-verify, unit-tests]
5050 if : ${{ always() && needs.docs-verify.result == 'success' }}
51- uses : eclipse-score/cicd-workflows/.github/workflows/docs.yml@main
51+ uses : eclipse-score/cicd-workflows/.github/workflows/docs.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
5252 permissions :
5353 contents : write
5454 pages : write
You can’t perform that action at this time.
0 commit comments