Skip to content
Snippets Groups Projects
Commit 4cb43196 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Update security-checker

parent 89f84a47
Branches
Tags
No related merge requests found
...@@ -112,13 +112,13 @@ jobs: ...@@ -112,13 +112,13 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Security check for locked dependencies - name: Security check for locked dependencies
uses: symfonycorp/security-checker-action@v2 uses: symfonycorp/security-checker-action@v3
- name: Update Composer dependencies - name: Update Composer dependencies
run: composer update --no-progress --prefer-dist --optimize-autoloader run: composer update --no-progress --prefer-dist --optimize-autoloader
- name: Security check for updated dependencies - name: Security check for updated dependencies
uses: symfonycorp/security-checker-action@v2 uses: symfonycorp/security-checker-action@v3
sanity-check: sanity-check:
name: Sanity checks name: Sanity checks
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"gettext/gettext": "^5.6.1", "gettext/gettext": "^5.6.1",
"gettext/translator": "^1.0.1", "gettext/translator": "^1.0.1",
"phpmailer/phpmailer": "^6.5", "phpmailer/phpmailer": "^6.5",
"simplesamlphp/assert": "^0.3.0", "simplesamlphp/assert": "^0.6.0",
"simplesamlphp/saml2": "^4.6", "simplesamlphp/saml2": "^4.6",
"symfony/cache": "^5.4||^6", "symfony/cache": "^5.4||^6",
"symfony/config": "^5.4||^6", "symfony/config": "^5.4||^6",
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
"mikey179/vfsstream": "~1.6", "mikey179/vfsstream": "~1.6",
"simplesamlphp/simplesamlphp-module-adfs": ">=2.0.0-rc2", "simplesamlphp/simplesamlphp-module-adfs": ">=2.0.0-rc2",
"simplesamlphp/simplesamlphp-test-framework": "^1.2.1", "simplesamlphp/simplesamlphp-test-framework": "^1.2.1",
"simplesamlphp/xml-security": "^0.4.5" "simplesamlphp/xml-security": "^0.6.3"
}, },
"suggest": { "suggest": {
"predis/predis": "Needed if a Redis server is used to store session information", "predis/predis": "Needed if a Redis server is used to store session information",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment