Skip to content

chore(deps): update sonarsource/sonarcloud-github-action action to v3 - abandoned #6

chore(deps): update sonarsource/sonarcloud-github-action action to v3 - abandoned

chore(deps): update sonarsource/sonarcloud-github-action action to v3 - abandoned #6

Workflow file for this run

name: SonarCloud Analysis
on:
push:
branches: [ "main", "develop" ]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions:
pull-requests: read
jobs:
Analysis:
runs-on: ubuntu-latest
steps:
- name: Analyze with SonarCloud
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }

Check failure on line 20 in .github/workflows/sonarcloud.yml

View workflow run for this annotation

GitHub Actions / SonarCloud Analysis

Invalid workflow file

The workflow is not valid. .github/workflows/sonarcloud.yml (Line: 20, Col: 24): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
with:
args:
-Dsonar.projectKey=xLexip_Hecate
-Dsonar.organization=xlexip
projectBaseDir: .