Skip to content

Commit 63f1992

Browse files
committed
Use php 8.3 for audit
1 parent f373daf commit 63f1992

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/composer-audit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: shivammathur/setup-php@2.35.4
1616
with:
1717
coverage: "none"
18-
php-version: 8.2
18+
php-version: 8.3
1919
tools: composer:v2
2020

2121
- name: "Composer install"
@@ -142,7 +142,7 @@ jobs:
142142
echo "non_drupal_count=0" >> $GITHUB_OUTPUT
143143
fi
144144
145-
145+
146146
- name: Send email notification on failure
147147
if: failure()
148148
uses: dawidd6/action-send-mail@v6
@@ -160,10 +160,10 @@ jobs:
160160
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333;">
161161
<h2 style="color: #d73a49;">🚨 Drupal Security Alert</h2>
162162
<p>One or more Drupal security vulnerabilities need to be addressed for a client's website${{ vars.CLIENT_WEBSITE_URL && format(':<br><a href="{0}">{0}</a>', vars.CLIENT_WEBSITE_URL) || '.' }}</p>
163-
163+
164164
<p>A summary is shown below. Click here to see the full results:<br>
165165
<a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}">${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}</a></p>
166-
166+
167167
<div style="background-color: #f8f9fa; padding: 15px; border-left: 4px solid #d73a49; margin: 20px 0;">
168168
<strong>Repository:</strong> ${{ github.repository }}<br>
169169
<strong>Scan Date:</strong> ${{ github.event.repository.updated_at }}<br>

0 commit comments

Comments
 (0)