We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bf365 commit 1e50e15Copy full SHA for 1e50e15
1 file changed
.github/workflows/php.yml
@@ -23,7 +23,10 @@ jobs:
23
build:
24
25
runs-on: ubuntu-24.04
26
-
+ permissions:
27
+ contents: read
28
+ security-events: write
29
+
30
name: "PHP ${{ matrix.php-version }} | Drupal ${{ matrix.drupal-core }}"
31
strategy:
32
fail-fast: false
@@ -85,6 +88,7 @@ jobs:
85
88
- name: "Allow plugins and dev dependencies"
86
89
run: |
87
90
cd drupal
91
+ composer require "justinrainbow/json-schema:^6.5.1" --no-update
92
composer config --no-plugins allow-plugins.composer/installers true
93
composer config --no-plugins allow-plugins.drupal/core-composer-scaffold true
94
composer config --no-plugins allow-plugins.drupal/core-project-message true
0 commit comments