30
30
fetch-depth : ' 0'
31
31
32
32
- name : Setup PHP, with composer and extensions
33
- uses : shivammathur/setup-php@2.32.0
33
+ uses : shivammathur/setup-php@2.34.1
34
34
with :
35
35
php-version : ' 8.4'
36
36
tools : composer:v2
40
40
run : echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
41
41
42
42
- name : Cache composer dependencies
43
-
43
+
44
44
with :
45
45
path : ${{ steps.composer-cache.outputs.CACHE_DIR }}
46
46
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
75
75
fetch-depth : ' 0'
76
76
77
77
- name : Setup PHP, with composer and extensions
78
- uses : shivammathur/setup-php@2.32.0
78
+ uses : shivammathur/setup-php@2.34.1
79
79
with :
80
80
php-version : ' 8.4'
81
81
tools : composer:v2
85
85
run : echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
86
86
87
87
- name : Cache composer dependencies
88
-
88
+
89
89
with :
90
90
path : ${{ steps.composer-cache.outputs.CACHE_DIR }}
91
91
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -130,7 +130,7 @@ jobs:
130
130
fetch-depth : ' 0'
131
131
132
132
- name : Setup PHP, with composer and extensions
133
- uses : shivammathur/setup-php@2.32.0
133
+ uses : shivammathur/setup-php@2.34.1
134
134
with :
135
135
php-version : ' 8.4'
136
136
tools : composer:v2
@@ -140,7 +140,7 @@ jobs:
140
140
run : echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
141
141
142
142
- name : Cache composer dependencies
143
-
143
+
144
144
with :
145
145
path : ${{ steps.composer-cache.outputs.CACHE_DIR }}
146
146
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -221,7 +221,7 @@ jobs:
221
221
fetch-depth : ' 0'
222
222
223
223
- name : Setup PHP, with composer and extensions
224
- uses : shivammathur/setup-php@2.32.0
224
+ uses : shivammathur/setup-php@2.34.1
225
225
with :
226
226
php-version : ' 8.4'
227
227
extensions : pdo_mysql, mysql
@@ -233,7 +233,7 @@ jobs:
233
233
run : echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
234
234
235
235
- name : Cache composer dependencies
236
-
236
+
237
237
with :
238
238
path : ${{ steps.composer-cache.outputs.CACHE_DIR }}
239
239
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -288,7 +288,7 @@ jobs:
288
288
COVERALLS_RUN_LOCALLY : 1
289
289
290
290
- name : SonarQube Scan (https://sonarcloud.io/dashboard?id=git.colasdn.top.tarlepp.symfony-flex-backend)
291
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
291
+ uses : SonarSource/sonarqube-scan-action@v5.2 .0
292
292
env :
293
293
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
294
294
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }} # https://github.com/SonarSource/sonarqube-scan-action?tab=readme-ov-file#environment-variables
@@ -369,7 +369,7 @@ jobs:
369
369
run : docker build . --file Dockerfile --tag symfony-flex-backend:${{ steps.vars.outputs.DOCKER_TAG }}
370
370
371
371
- name : Scan Docker image with Trivy vulnerability scanner
372
- uses : aquasecurity/trivy-action@0.29 .0
372
+ uses : aquasecurity/trivy-action@0.32 .0
373
373
with :
374
374
image-ref : ' symfony-flex-backend:${{ steps.vars.outputs.DOCKER_TAG }}'
375
375
format : ' table'
0 commit comments