Skip to content

Commit e81ad90

Browse files
committed
Upgrade superlinter
1 parent e08a535 commit e81ad90

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Lint Code Base
27-
uses: github/super-linter/slim@v5
27+
uses: super-linter/super-linter/slim@v6
2828
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
LINTER_RULES_PATH: 'tools/linters'
2931
LOG_LEVEL: NOTICE
3032
VALIDATE_ALL_CODEBASE: true
31-
LINTER_RULES_PATH: 'tools/linters'
3233
VALIDATE_CSS: true
3334
VALIDATE_JAVASCRIPT_ES: true
3435
VALIDATE_JSON: true

.phpunit.cache/test-results

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":1,"defects":[],"times":{"SimpleSAML\\TestUtils\\TemplateTest::testSyntax":0.369,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testAuth":0.006,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testErrorMissingState":0.022,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testErrorInvalidState":0.002,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testEnable":0.004,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testDisable":0.001,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testRetryMissingState":0,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testRetryInvalidState":0,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testBackendMissingState":0,"SimpleSAML\\Test\\Module\\negotiateext\\Controller\\NegotiateControllerTest::testBackendInvalidState":0}}

0 commit comments

Comments
 (0)