Skip to content

Commit 49e9242

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b7c2ac2 + 4a24b7d commit 49e9242

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/actions/pnpm-install/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ runs:
4444
shell: bash
4545
working-directory: ${{ inputs.cwd }}
4646
run: |
47+
npm install -g corepack@latest
4748
corepack enable
4849
echo "corepack enabled"
4950
5051
- name: Setup pnpm
51-
uses: pnpm/action-setup@v2.2.4
52+
uses: pnpm/action-setup@v4.1.0
5253
if: ${{ inputs.enable-corepack == 'false' }}
5354
with:
5455
run_install: false
@@ -68,7 +69,7 @@ runs:
6869
echo "YEAR_MONTH=$(/bin/date -u "+%Y%m")" >> $GITHUB_OUTPUT
6970
7071
- name: Setup pnpm cache
71-
uses: actions/cache@v3
72+
uses: actions/cache@v4
7273
with:
7374
path: ${{ steps.pnpm-config.outputs.STORE_PATH }}
7475
key: ${{ runner.os }}-pnpm-store-cache-${{ steps.cache-rotation.outputs.YEAR_MONTH }}-${{ hashFiles('${{ inputs.cwd }}/pnpm-lock.yaml') }}
@@ -88,4 +89,4 @@ runs:
8889
run: pnpm install --frozen-lockfile --prefer-offline
8990
env:
9091
# Other environment variables
91-
HUSKY: '0' # By default do not run HUSKY install
92+
HUSKY: '0' # By default do not run HUSKY install

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Security Policy
2-
At Plan4Better, we take security seriously. We strive to ensure that our code is secure and that our users' data is protected. If you believe you've found a security issue in our code or have concerns about the security of our products, please do not hesitate to contact us at security@plan4better.de.
2+
At Plan4Better, we take security seriously. We strive to ensure that our code is secure and that our users' data is protected. If you believe you've found a security issue in our code or have concerns about the security of our products, please do not hesitate to contact us at info@plan4better.de.
33

44
## Supported Versions
55
Our team will provide support and investigate security vulnerabilities for the latest release on GitHub. Minor releases may be considered for investigation on a case-by-case basis.
66

77
## Reporting a Vulnerability
88

9-
If you have discovered a vulnerability, please report it to us as soon as possible so that we can work to address it. To report a security issue or vulnerability, please email us at security@plan4better.de with the following information:
9+
If you have discovered a vulnerability, please report it to us as soon as possible so that we can work to address it. To report a security issue or vulnerability, please email us at info@plan4better.de with the following information:
1010

1111
- A brief description of the potential vulnerability
1212
- Steps to reproduce the vulnerability

profile/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
</p>
1717
<p align="center">
18-
<a href="https://plan4better.de/en/docs"><strong>Learn more »</strong></a>
18+
<a href="https://plan4better.de"><strong>Learn more »</strong></a>
1919
<br />
20-
<a href="https://plan4better.de/en/blog">Blog</a>
20+
<a href="https://plan4better.de/blog">Blog</a>
2121
·
22-
<a href="https://github.com/plan4better/goat/issues">Issues</a>
22+
<a href="https://plan4better.de/references">References</a>
2323
·
24-
<a href="https://github.com/plan4better/goat/milestones">Roadmap</a>
24+
<a href="https://github.com/plan4better/goat/issues">GOAT Issues</a>
2525
·
26-
<a href="https://discord.gg/WuWs9A5t">Discord</a>
26+
<a href="https://github.com/plan4better/goat/milestones" target="_blank" rel="noopener noreferrer">GOAT Roadmap</a>
2727

2828
</p>
2929
</p>

0 commit comments

Comments
 (0)