Skip to content

Commit 43160e3

Browse files
committed
Update security config
1 parent 6b3e056 commit 43160e3

8 files changed

Lines changed: 34 additions & 19 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
1-
# Please see the documentation for all configuration options:
2-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
41
version: 2
52
updates:
6-
7-
- package-ecosystem: "github-actions"
8-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
95
schedule:
10-
interval: "weekly"
6+
interval: weekly
117
open-pull-requests-limit: 10
128
cooldown:
139
default-days: 7
1410
labels:
15-
- "dependencies"
16-
- "github_actions"
11+
- dependencies
12+
13+
- package-ecosystem: composer
14+
directory: /
15+
schedule:
16+
interval: weekly
17+
open-pull-requests-limit: 0
18+
cooldown:
19+
default-days: 7
20+
labels:
21+
- dependencies
22+
23+
- package-ecosystem: npm
24+
directory: /
25+
schedule:
26+
interval: weekly
27+
open-pull-requests-limit: 0
28+
cooldown:
29+
default-days: 7
30+
labels:
31+
- dependencies

.github/workflows/fix-code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# persist-credentials: true is required so `git-auto-commit-action` below
1616
# can push the reformatted files back to the branch.
1717
- name: Checkout code
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # zizmor: ignore[artipacked]
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked]
1919

2020
- name: Cache Composer dependencies
2121
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
@@ -26,7 +26,7 @@ jobs:
2626
composer-cs-
2727
2828
- name: Setup PHP
29-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
29+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
3030
with:
3131
php-version: 8.3
3232

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
php: 8.1
3131
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
3232
steps:
33-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434
with:
3535
persist-credentials: false
3636

@@ -52,7 +52,7 @@ jobs:
5252
phpstan-${{ matrix.php }}-${{ matrix.laravel }}-
5353
5454
- name: Setup PHP
55-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
55+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
5656
with:
5757
php-version: ${{ matrix.php }}
5858
extensions: mbstring, pdo, pdo_sqlite

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3636

3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939
with:
4040
persist-credentials: false
4141

@@ -49,7 +49,7 @@ jobs:
4949
composer-${{ matrix.os }}-${{ matrix.php }}-
5050
5151
- name: Setup PHP
52-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
52+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
5353
with:
5454
php-version: ${{ matrix.php }}
5555
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# persist-credentials: true is required so `git-auto-commit-action` below
1616
# can push the CHANGELOG update.
1717
- name: Checkout code
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # zizmor: ignore[artipacked]
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked]
1919
with:
2020
ref: main
2121

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
permissions:
2020
contents: read
2121
steps:
22-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323
with:
2424
persist-credentials: false
2525

26-
- uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
26+
- uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
2727
with:
2828
advanced-security: false

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.phpunit.result.cache
44
.vscode
55
build
6-
composer.lock
76
coverage
87
docs
98
node_modules

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
min-release-age=7

0 commit comments

Comments
 (0)