@@ -25,12 +25,12 @@ jobs:
25
25
fail-fast : false
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v4.2.2
28
+ uses : actions/checkout@v5
29
29
with :
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.35.3
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') }}
@@ -70,12 +70,12 @@ jobs:
70
70
fail-fast : false
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@v4.2.2
73
+ uses : actions/checkout@v5
74
74
with :
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.35.3
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') }}
@@ -125,12 +125,12 @@ jobs:
125
125
fail-fast : false
126
126
steps :
127
127
- name : Checkout
128
- uses : actions/checkout@v4.2.2
128
+ uses : actions/checkout@v5
129
129
with :
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.35.3
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') }}
@@ -216,12 +216,12 @@ jobs:
216
216
fail-fast : false
217
217
steps :
218
218
- name : Checkout
219
- uses : actions/checkout@v4.2.2
219
+ uses : actions/checkout@v5
220
220
with :
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.35.3
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=github.com.tarlepp.symfony-flex-backend)
291
- uses : SonarSource/sonarqube-scan-action@v5.0 .0
291
+ uses : SonarSource/sonarqube-scan-action@v5.3 .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
@@ -326,7 +326,7 @@ jobs:
326
326
327
327
steps :
328
328
- name : Make checkout
329
- uses : actions/checkout@v4.2.2
329
+ uses : actions/checkout@v5
330
330
331
331
- name : Lint `./README.md`
332
332
@@ -359,7 +359,7 @@ jobs:
359
359
- test
360
360
361
361
steps :
362
- - uses : actions/checkout@v4.2.2
362
+ - uses : actions/checkout@v5
363
363
364
364
- name : Set tag var
365
365
id : vars
@@ -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