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.33 .0
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.33 .0
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') }}
@@ -126,7 +126,7 @@ jobs:
126
126
fetch-depth : ' 0'
127
127
128
128
- name : Setup PHP, with composer and extensions
129
- uses : shivammathur/setup-php@2.32 .0
129
+ uses : shivammathur/setup-php@2.33 .0
130
130
with :
131
131
php-version : ' 8.4'
132
132
tools : composer:v2
@@ -136,7 +136,7 @@ jobs:
136
136
run : echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
137
137
138
138
- name : Cache composer dependencies
139
-
139
+
140
140
with :
141
141
path : ${{ steps.composer-cache.outputs.CACHE_DIR }}
142
142
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -217,7 +217,7 @@ jobs:
217
217
fetch-depth : ' 0'
218
218
219
219
- name : Setup PHP, with composer and extensions
220
- uses : shivammathur/setup-php@2.32 .0
220
+ uses : shivammathur/setup-php@2.33 .0
221
221
with :
222
222
php-version : ' 8.4'
223
223
extensions : pdo_mysql, mysql
@@ -229,7 +229,7 @@ jobs:
229
229
run : echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
230
230
231
231
- name : Cache composer dependencies
232
-
232
+
233
233
with :
234
234
path : ${{ steps.composer-cache.outputs.CACHE_DIR }}
235
235
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -284,7 +284,7 @@ jobs:
284
284
COVERALLS_RUN_LOCALLY : 1
285
285
286
286
- name : SonarQube Scan (https://sonarcloud.io/dashboard?id=github.com.tarlepp.symfony-flex-backend)
287
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
287
+ uses : SonarSource/sonarqube-scan-action@v5.1 .0
288
288
env :
289
289
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
290
290
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }} # https://github.com/SonarSource/sonarqube-scan-action?tab=readme-ov-file#environment-variables
@@ -365,7 +365,7 @@ jobs:
365
365
run : docker build . --file Dockerfile --tag symfony-flex-backend:${{ steps.vars.outputs.DOCKER_TAG }}
366
366
367
367
- name : Scan Docker image with Trivy vulnerability scanner
368
- uses : aquasecurity/trivy-action@0.29 .0
368
+ uses : aquasecurity/trivy-action@0.30 .0
369
369
with :
370
370
image-ref : ' symfony-flex-backend:${{ steps.vars.outputs.DOCKER_TAG }}'
371
371
format : ' table'
0 commit comments