Updated security-checker-action. This should fix the failing static analyis

This commit is contained in:
Jan Böhmer 2022-09-11 19:02:19 +02:00
parent d18ee704b8
commit a541105e12

View file

@ -43,7 +43,7 @@ jobs:
run: ./bin/console lint:xliff translations run: ./bin/console lint:xliff translations
- name: Check dependencies for security - name: Check dependencies for security
uses: symfonycorp/security-checker-action@v2 uses: symfonycorp/security-checker-action@v3
- name: Check doctrine mapping - name: Check doctrine mapping
run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction