mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated security-checker-action. This should fix the failing static analyis
This commit is contained in:
parent
d18ee704b8
commit
a541105e12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static_analysis.yml
vendored
2
.github/workflows/static_analysis.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: ./bin/console lint:xliff translations
|
||||
|
||||
- name: Check dependencies for security
|
||||
uses: symfonycorp/security-checker-action@v2
|
||||
uses: symfonycorp/security-checker-action@v3
|
||||
|
||||
- name: Check doctrine mapping
|
||||
run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue