Skip to content

Commit b5a8358

Browse files
chore(ci): pin cicd-workflows reusable workflows to commit SHA
1 parent e6e47e9 commit b5a8358

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ on:
1919
types: [checks_requested]
2020
jobs:
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 //:copyright.check"

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ on:
2121

2222
jobs:
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 //:format.check" # optional, this is the default

.github/workflows/license_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525

2626
jobs:
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
secrets:

0 commit comments

Comments
 (0)