ci: Fix pipeline #652
static-analysis.yml
on: pull_request
Lint & Analyse
22s
Annotations
10 errors and 2 warnings
UnusedVariable:
src/Bolt/BoltConnection.php#L359
src/Bolt/BoltConnection.php:359:13: UnusedVariable: $res is never referenced or the value is not used (see https://psalm.dev/077)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L217
tests/Integration/TransactionIntegrationTest.php:217:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L218
tests/Integration/TransactionIntegrationTest.php:218:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L220
tests/Integration/TransactionIntegrationTest.php:220:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L221
tests/Integration/TransactionIntegrationTest.php:221:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L222
tests/Integration/TransactionIntegrationTest.php:222:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L224
tests/Integration/TransactionIntegrationTest.php:224:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L225
tests/Integration/TransactionIntegrationTest.php:225:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L231
tests/Integration/TransactionIntegrationTest.php:231:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
UnevaluatedCode:
tests/Integration/TransactionIntegrationTest.php#L232
tests/Integration/TransactionIntegrationTest.php:232:9: UnevaluatedCode: Expressions after return/throw/continue (see https://psalm.dev/084)
|
Lint & Analyse
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint & Analyse
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|