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 3030
3131jobs :
3232 build-docs :
33- uses : eclipse-score/cicd-workflows/.github/workflows/docs.yml@main
33+ uses : eclipse-score/cicd-workflows/.github/workflows/docs.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
3434 permissions :
3535 contents : write
3636 pages : write
Original file line number Diff line number Diff line change 2121
2222jobs :
2323 formatting-check :
24- uses : eclipse-score/cicd-workflows/.github/workflows/format.yml@main
24+ uses : eclipse-score/cicd-workflows/.github/workflows/format.yml@c1c90b1a82a1fab0fc202979dde6686b2162d5a8 # v0.0.0
2525 with :
2626 bazel-target : " test --lockfile_mode=error //:format.check" # optional, this is the default
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 //:license-check"
You can’t perform that action at this time.
0 commit comments