Skip to content

Commit 73723ab

Browse files
fix: pin ci-cd workflows
1 parent 75db1e9 commit 73723ab

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# docs-as-code is maintained by the following "comitters":
2+
3+
* @AlexanderLanin @MaximilianSoerenPollak

.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@32783a35fb6d94d4c020b008ab4f61ca17267a37
2323
with:
2424
bazel-target: "run //:copyright.check"

.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@32783a35fb6d94d4c020b008ab4f61ca17267a37
2929
with:
3030
repo-url: "${{ github.server_url }}/${{ github.repository }}"
3131
bazel-target: "run //src:license-check"

0 commit comments

Comments
 (0)