From bb28d388c8a68a36876e1a44e73575cc39b0be83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 21:20:25 +0000 Subject: [PATCH] Bump symfonycorp/security-checker-action from 4 to 5 Bumps [symfonycorp/security-checker-action](https://github.com/symfonycorp/security-checker-action) from 4 to 5. - [Release notes](https://github.com/symfonycorp/security-checker-action/releases) - [Commits](https://github.com/symfonycorp/security-checker-action/compare/v4...v5) --- updated-dependencies: - dependency-name: symfonycorp/security-checker-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index a7140d26..8a735f52 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -43,7 +43,7 @@ jobs: run: ./bin/console lint:xliff translations - name: Check dependencies for security - uses: symfonycorp/security-checker-action@v4 + uses: symfonycorp/security-checker-action@v5 - name: Check doctrine mapping run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction