Skip to content

Commit 19acbf1

Browse files
authored
Upgrade project keeper (#152)
1 parent 276ab33 commit 19acbf1

File tree

13 files changed

+208
-88
lines changed

13 files changed

+208
-88
lines changed

.github/workflows/broken_links_checker.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-build.yml

Lines changed: 33 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dependencies_check.yml

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dependencies_update.yml

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 39 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.project-keeper.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,14 @@ sources:
55
- maven_central
66
- integration_tests
77
linkReplacements:
8-
- https://www.mojohaus.org/flatten-maven-plugin/flatten-maven-plugin|https://www.mojohaus.org/flatten-maven-plugin
9-
- https://jdbc.postgresql.org/about/license.html|https://jdbc.postgresql.org/license/
8+
build:
9+
workflows:
10+
- name: ci-build.yml
11+
stepCustomizations:
12+
- action: INSERT_AFTER
13+
job: build-and-test
14+
stepId: enable-testcontainer-reuse
15+
content:
16+
name: Fix VM Crash in UDFs
17+
id: fix-vm-crash
18+
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

0 commit comments

Comments
 (0)