-
Notifications
You must be signed in to change notification settings - Fork 0
Update branch #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update branch #82
Conversation
fix dis shit
lotta stuff
Update Branch
Admin page
Merge branch 'main' into remaining
Styling of registration and minecraft page
Fix chat NGINX support
Same fix for WebRTC
Bugfix and features
Correct foreign key references Fixes #74
Last changes for 3.0
Release 3.0.0
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Release Changelog Builder | ||
| uses: mikepenz/release-changelog-builder-action@v5 |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 7 months ago
To fix the issue, we will add a permissions block at the root of the workflow file. This block will specify the minimal permissions required for the Generate-Changelog job. Based on the functionality of the mikepenz/release-changelog-builder-action, the job likely only needs contents: read to access repository content and generate a changelog. We will add this block to ensure the workflow adheres to the principle of least privilege.
-
Copy modified lines R6-R8
| @@ -5,2 +5,5 @@ | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: |
No description provided.