summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-09 17:53:59 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-09 17:53:59 +0300
commit6f6640901a01ac4614869f74e0b0f4f995015340 (patch)
tree900a39e826aee6d91170df951d090d590a6e3593 /.github
parent1d81e20d7250a723390fed76708d851deead3378 (diff)
downloadvyatta-bash-6f6640901a01ac4614869f74e0b0f4f995015340.tar.gz
vyatta-bash-6f6640901a01ac4614869f74e0b0f4f995015340.zip
ci: T8834: remove SonarCloud workflow and AGENTS.md reference
🤖 Generated by robots (https://vyos.io)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sonarcloud.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
deleted file mode 100644
index 83b9d96..0000000
--- a/.github/workflows/sonarcloud.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Sonar Checks
-on:
- push:
- branches:
- - current
- - equuleus
- - sagitta
- - circinus
- pull_request_target:
- types: [opened, synchronize, reopened]
-jobs:
- sonar-cloud:
- name: SonarCloud
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- with:
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- - name: SonarCloud Scan
- uses: SonarSource/sonarcloud-github-action@master
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}