Skip to content

Commit 24208e7

Browse files
committed
Merge branch 'main' into form-live-field
2 parents bd38830 + 33673cd commit 24208e7

32 files changed

Lines changed: 132 additions & 122 deletions

.github/workflows/deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Deploy
22
on:
3+
workflow_dispatch:
34
push:
45
tags:
56
- 'v9.*'
@@ -8,4 +9,10 @@ jobs:
89
runs-on: ubuntu-latest
910
steps:
1011
- name: Ping forge to start deploy
11-
run: curl https://forge.laravel.com/servers/503638/sites/1462752/deploy/http?token=${{ secrets.FORGE_DEPLOY_TOKEN }}
12+
run: |
13+
for url in $FORGE_DEPLOY_URLS; do
14+
echo "Pinging $url..."
15+
curl "$url"
16+
done
17+
env:
18+
FORGE_DEPLOY_URLS: ${{ secrets.FORGE_DEPLOY_URLS }}

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,3 @@ jobs:
6363
commit_message: "Update version to v${{ steps.version.outputs.version }}"
6464
file_pattern: src/SharpInternalServiceProvider.php
6565
tagging_message: "v${{ steps.version.outputs.version }}"
66-
67-
- name: Ping forge to start deploy
68-
run: curl https://forge.laravel.com/servers/503638/sites/1462752/deploy/http?token=${{ secrets.FORGE_DEPLOY_TOKEN }}

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
env: ${{ matrix.env }}
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v5
3737
- name: Setup PHP
3838
uses: shivammathur/setup-php@v2
3939
with:
@@ -54,6 +54,8 @@ jobs:
5454
run: |
5555
composer require "laravel/framework:${LARAVEL}" "orchestra/testbench:${TESTBENCH}" --no-interaction --no-update
5656
composer update --prefer-stable --prefer-dist --no-interaction
57+
- name: Run Security Audit
58+
run: composer audit
5759
- name: Execute tests via Pest
5860
run: ./vendor/bin/pest --parallel
5961
- uses: 8398a7/action-slack@v2.4.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ext-mbstring": "*",
2020
"blade-ui-kit/blade-icons": "^1.6",
2121
"code16/laravel-content-renderer": "^1.1",
22-
"enshrined/svg-sanitize": "^0.21.0",
22+
"enshrined/svg-sanitize": "^0.22.0",
2323
"inertiajs/inertia-laravel": "^2.0",
2424
"intervention/image": "^3.4",
2525
"laravel/framework": "^11.0|^12.0",

dist/assets/CardDescription.vue_vue_type_script_setup_true_lang-CsxYxeOH.js renamed to dist/assets/CardDescription.vue_vue_type_script_setup_true_lang-7e35lG1B.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/DropdownChevronDown.vue_vue_type_script_setup_true_lang-rYnq0Gaw.js renamed to dist/assets/DropdownChevronDown.vue_vue_type_script_setup_true_lang-CWPqMEP_.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)