Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bzlmod-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ on:
- main
jobs:
bzlmod-lock:
uses: eclipse-score/cicd-workflows/.github/workflows/bzlmod-lock-check.yml@main
uses: eclipse-score/cicd-workflows/.github/workflows/bzlmod-lock-check.yml@37eaadadfefc263d94a858d25665735659e916fa # 08/09/2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who takes care of updating that commit over time? Or how does anyone know which commit to choose?

with:
working-directory: .
2 changes: 1 addition & 1 deletion .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ env:

jobs:
copyright-check:
uses: eclipse-score/cicd-workflows/.github/workflows/copyright.yml@main
uses: eclipse-score/cicd-workflows/.github/workflows/copyright.yml@37eaadadfefc263d94a858d25665735659e916fa # 08/09/2026
with:
bazel-target: "run --lockfile_mode=error //:copyright.check"
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:

jobs:
maintenance:
uses: eclipse-score/cicd-workflows/.github/workflows/daily.yml@main
uses: eclipse-score/cicd-workflows/.github/workflows/daily.yml@37eaadadfefc263d94a858d25665735659e916fa # 08/09/2026
permissions:
contents: write
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ on:

jobs:
docs-cleanup:
uses: eclipse-score/cicd-workflows/.github/workflows/docs-cleanup.yml@main
uses: eclipse-score/cicd-workflows/.github/workflows/docs-cleanup.yml@37eaadadfefc263d94a858d25665735659e916fa # 08/09/2026
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
formatting-check:
uses: eclipse-score/cicd-workflows/.github/workflows/format.yml@main
uses: eclipse-score/cicd-workflows/.github/workflows/format.yml@37eaadadfefc263d94a858d25665735659e916fa # 08/09/2026
with:
bazel-target: "test --lockfile_mode=error --test_tag_filters= //:format.check" # score_tooling >= 2.x tags the format tests manual; lift the repo default -manual filter
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:
jobs:
license-check:
if: ${{ github.repository == 'eclipse-score/logging' }}
uses: eclipse-score/cicd-workflows/.github/workflows/license-check.yml@main
uses: eclipse-score/cicd-workflows/.github/workflows/license-check.yml@37eaadadfefc263d94a858d25665735659e916fa # 08/09/2026
with:
repo-url: "${{ github.server_url }}/${{ github.repository }}"
bazel-target: "run --lockfile_mode=error //:license-check"
Expand Down
Loading