From 9e72e88930e854f20074aef3109f5576b2b0ca1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 22:27:01 +0100 Subject: [PATCH] Bump symfonycorp/security-checker-action from 4 to 5 (#246) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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