Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f99ea0f

Browse files
committed
chore: style
1 parent fe6dbb8 commit f99ea0f

5 files changed

Lines changed: 34 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly

.github/workflows/cs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Coding Style
22

33
on: ['push', 'pull_request']
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
cs:
710
runs-on: ubuntu-latest
@@ -14,10 +17,10 @@ jobs:
1417

1518
steps:
1619
- name: Checkout
17-
uses: actions/checkout@v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1821

1922
- name: Setup PHP
20-
uses: shivammathur/setup-php@v2
23+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
2124
with:
2225
php-version: ${{ matrix.php }}
2326
tools: composer:v2

.github/workflows/static.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Static Analysis
22

33
on: ['push', 'pull_request']
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
phpstan:
710
runs-on: ubuntu-latest
@@ -13,10 +16,10 @@ jobs:
1316

1417
steps:
1518
- name: Checkout
16-
uses: actions/checkout@v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1720

1821
- name: Setup PHP
19-
uses: shivammathur/setup-php@v2
22+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
2023
with:
2124
php-version: 8.2
2225
tools: composer:v2

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Tests
22

33
on: ['push', 'pull_request']
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
ci:
710
runs-on: ubuntu-latest
@@ -14,10 +17,10 @@ jobs:
1417

1518
steps:
1619
- name: Checkout
17-
uses: actions/checkout@v6
20+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1821

1922
- name: Setup PHP
20-
uses: shivammathur/setup-php@v2
23+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
2124
with:
2225
php-version: ${{ matrix.php }}
2326
tools: composer:v2

SECURITY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Security Policy
2+
3+
**PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, [SEE BELOW](#reporting-a-vulnerability).**
4+
5+
## Reporting a Vulnerability
6+
7+
If you discover a security vulnerability, please report it privately using one of the following channels:
8+
9+
1. **GitHub Private Vulnerability Reporting** (preferred) — go to the repository's **Security** tab and click **"Report a vulnerability"**. This creates a private advisory visible only to maintainers and provides a structured workflow for triage, fix coordination, and CVE assignment.
10+
11+
2. **Email** — send the details to Nuno Maduro at **[email protected]**.
12+
13+
All security vulnerabilities will be promptly addressed.

0 commit comments

Comments
 (0)