Skip to content

Commit 80ecb7a

Browse files
authored
Merge pull request #2202 from OpenEnergyPlatform/nfdi-security-issues-b
2 parents 19d0f42 + 95656fd commit 80ecb7a

File tree

20 files changed

+109
-195
lines changed

20 files changed

+109
-195
lines changed

.github/workflows/automated-testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-tests:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
env:
1515
# LD_PRELOAD: /lib/x86_64-linux-gnu/libSegFault.so
1616
# SEGFAULT_SIGNALS: all
@@ -55,8 +55,8 @@ jobs:
5555
- name: Install linux dependencies
5656
run: |
5757
sudo apt-get update -y
58-
sudo apt-get install -y postgresql-client --no-install-recommends ca-certificates || apt-get install -y --no-install-recommends ca-certificates
59-
sudo update-ca-certificates || update-ca-certificates
58+
sudo apt-get install -y postgresql-client ca-certificates
59+
sudo update-ca-certificates
6060
- name: Set up JDK 11
6161
uses: actions/setup-java@v4
6262
with:

api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""
1+
__license__ = """
22
SPDX-FileCopyrightText: 2025 Christian Winger <https://github.com/wingechr> © Öko-Institut e.V.
33
SPDX-FileCopyrightText: 2025 Martin Glauer <https://github.com/MGlauer> © Otto-von-Guericke-Universität Magdeburg
44
SPDX-FileCopyrightText: 2025 Martin Glauer <https://github.com/MGlauer> © Otto-von-Guericke-Universität Magdeburg

0 commit comments

Comments
 (0)