Skip to content

Commit fe2401a

Browse files
chore(deps): pin openmcp-project/build action to 2857d51 (#282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 194a66e commit fe2401a

5 files changed

Lines changed: 5 additions & 5 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/publish.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_publish:
14-
uses: openmcp-project/build/.github/workflows/publish.lib.yaml@main
14+
uses: openmcp-project/build/.github/workflows/publish.lib.yaml@2857d51e2d98261233de19e6df4e49f20db8bbda # main
1515
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)