Skip to content

Commit ee97a6a

Browse files
chore(deps): pin openmcp-project/build action to 2857d51
1 parent f1551eb commit ee97a6a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ permissions:
1414

1515
jobs:
1616
build_validate_test:
17-
uses: openmcp-project/build/.github/workflows/ci.lib.yaml@main
17+
uses: openmcp-project/build/.github/workflows/ci.lib.yaml@2857d51e2d98261233de19e6df4e49f20db8bbda # main
1818
secrets: inherit

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ permissions:
1111

1212
jobs:
1313
release_tag:
14-
uses: openmcp-project/build/.github/workflows/release.lib.yaml@main
14+
uses: openmcp-project/build/.github/workflows/release.lib.yaml@2857d51e2d98261233de19e6df4e49f20db8bbda # main
1515
secrets: inherit

.github/workflows/reuse.yaml

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

88
jobs:
99
run_reuse:
10-
uses: openmcp-project/build/.github/workflows/reuse.lib.yaml@main
10+
uses: openmcp-project/build/.github/workflows/reuse.lib.yaml@2857d51e2d98261233de19e6df4e49f20db8bbda # main
1111
secrets: inherit

.github/workflows/validate-pr-content.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ permissions:
1111

1212
jobs:
1313
validate_pr_content:
14-
uses: openmcp-project/build/.github/workflows/validate-pr-content.lib.yaml@main
14+
uses: openmcp-project/build/.github/workflows/validate-pr-content.lib.yaml@2857d51e2d98261233de19e6df4e49f20db8bbda # main
1515
secrets: inherit

0 commit comments

Comments
 (0)