Skip to content

Commit ffe8ca5

Browse files
committed
Remove static analysis
We're not using this anywhere and we don't have it set up to push to Sonar so we can remove it for now.
1 parent abbdf9d commit ffe8ca5

File tree

7 files changed

+0
-262
lines changed

7 files changed

+0
-262
lines changed

.github/actions/perform-static-analysis/action.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,3 @@ jobs:
7575
python_version: "${{ needs.metadata.outputs.python_version }}"
7676
version: "${{ needs.metadata.outputs.version }}"
7777
secrets: inherit
78-
test-stage: # Recommended maximum execution time is 5 minutes
79-
name: "Test stage"
80-
needs: [metadata, commit-stage]
81-
uses: ./.github/workflows/stage-2-test.yaml
82-
with:
83-
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
84-
build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"
85-
build_epoch: "${{ needs.metadata.outputs.build_epoch }}"
86-
nodejs_version: "${{ needs.metadata.outputs.nodejs_version }}"
87-
python_version: "${{ needs.metadata.outputs.python_version }}"
88-
version: "${{ needs.metadata.outputs.version }}"
89-
secrets: inherit

.github/workflows/stage-2-test.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ python 3.13.3
1313
# docker/jdkato/vale v2.29.7@sha256:5ccfac574231b006284513ac3e4e9f38833989d83f2a68db149932c09de85149 # SEE: https://hub.docker.com/r/jdkato/vale/tags
1414
# docker/koalaman/shellcheck latest@sha256:e40388688bae0fcffdddb7e4dea49b900c18933b452add0930654b2dea3e7d5c # SEE: https://hub.docker.com/r/koalaman/shellcheck/tags
1515
# docker/mstruebing/editorconfig-checker 2.7.1@sha256:dd3ca9ea50ef4518efe9be018d669ef9cf937f6bb5cfe2ef84ff2a620b5ddc24 # SEE: https://hub.docker.com/r/mstruebing/editorconfig-checker/tags
16-
# docker/sonarsource/sonar-scanner-cli 5.0.1@sha256:494ecc3b5b1ee1625bd377b3905c4284e4f0cc155cff397805a244dee1c7d575 # SEE: https://hub.docker.com/r/sonarsource/sonar-scanner-cli/tags

docs/user-guides/Perform_static_analysis.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

scripts/config/sonar-scanner.properties

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/reports/perform-static-analysis.sh

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)