Skip to content

Commit 7a4007d

Browse files
Bump the github_actions_dependencies group across 1 directory with 4 updates
Bumps the github_actions_dependencies group with 4 updates in the / directory: [shivammathur/setup-php](https://github.com/shivammathur/setup-php), [actions/cache](https://github.com/actions/cache), [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `shivammathur/setup-php` from 2.32.0 to 2.33.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.32.0...2.33.0) Updates `actions/cache` from 4.2.1 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.1...v4.2.3) Updates `SonarSource/sonarqube-scan-action` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.0.0...v5.1.0) Updates `aquasecurity/trivy-action` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.29.0...0.30.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions_dependencies - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github_actions_dependencies - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions_dependencies - dependency-name: aquasecurity/trivy-action dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions_dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6b5f3e commit 7a4007d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: '0'
3131

3232
- name: Setup PHP, with composer and extensions
33-
uses: shivammathur/setup-php@2.32.0
33+
uses: shivammathur/setup-php@2.34.1
3434
with:
3535
php-version: '8.4'
3636
tools: composer:v2
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4141

4242
- name: Cache composer dependencies
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].3
4444
with:
4545
path: ${{ steps.composer-cache.outputs.CACHE_DIR }}
4646
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -75,7 +75,7 @@ jobs:
7575
fetch-depth: '0'
7676

7777
- name: Setup PHP, with composer and extensions
78-
uses: shivammathur/setup-php@2.32.0
78+
uses: shivammathur/setup-php@2.34.1
7979
with:
8080
php-version: '8.4'
8181
tools: composer:v2
@@ -85,7 +85,7 @@ jobs:
8585
run: echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
8686

8787
- name: Cache composer dependencies
88-
uses: actions/[email protected].1
88+
uses: actions/[email protected].3
8989
with:
9090
path: ${{ steps.composer-cache.outputs.CACHE_DIR }}
9191
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -130,7 +130,7 @@ jobs:
130130
fetch-depth: '0'
131131

132132
- name: Setup PHP, with composer and extensions
133-
uses: shivammathur/setup-php@2.32.0
133+
uses: shivammathur/setup-php@2.34.1
134134
with:
135135
php-version: '8.4'
136136
tools: composer:v2
@@ -140,7 +140,7 @@ jobs:
140140
run: echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
141141

142142
- name: Cache composer dependencies
143-
uses: actions/[email protected].1
143+
uses: actions/[email protected].3
144144
with:
145145
path: ${{ steps.composer-cache.outputs.CACHE_DIR }}
146146
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -221,7 +221,7 @@ jobs:
221221
fetch-depth: '0'
222222

223223
- name: Setup PHP, with composer and extensions
224-
uses: shivammathur/setup-php@2.32.0
224+
uses: shivammathur/setup-php@2.34.1
225225
with:
226226
php-version: '8.4'
227227
extensions: pdo_mysql, mysql
@@ -233,7 +233,7 @@ jobs:
233233
run: echo "CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
234234

235235
- name: Cache composer dependencies
236-
uses: actions/[email protected].1
236+
uses: actions/[email protected].3
237237
with:
238238
path: ${{ steps.composer-cache.outputs.CACHE_DIR }}
239239
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -288,7 +288,7 @@ jobs:
288288
COVERALLS_RUN_LOCALLY: 1
289289

290290
- 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
292292
env:
293293
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
294294
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # https://github.com/SonarSource/sonarqube-scan-action?tab=readme-ov-file#environment-variables
@@ -369,7 +369,7 @@ jobs:
369369
run: docker build . --file Dockerfile --tag symfony-flex-backend:${{ steps.vars.outputs.DOCKER_TAG }}
370370

371371
- name: Scan Docker image with Trivy vulnerability scanner
372-
uses: aquasecurity/trivy-action@0.29.0
372+
uses: aquasecurity/trivy-action@0.32.0
373373
with:
374374
image-ref: 'symfony-flex-backend:${{ steps.vars.outputs.DOCKER_TAG }}'
375375
format: 'table'

.github/workflows/vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: docker build . --file Dockerfile --tag symfony-flex-backend:master
2222

2323
- name: Scan image with Trivy
24-
uses: aquasecurity/trivy-action@0.28.0
24+
uses: aquasecurity/trivy-action@0.32.0
2525
with:
2626
image-ref: symfony-flex-backend:master
2727
ignore-unfixed: 'true'

0 commit comments

Comments
 (0)