NET-3640 Fix S3400 FP: Don't report function with conditional compilation body #3279
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Issue labeled | |
| on: | |
| issues: | |
| types: ["labeled"] | |
| jobs: | |
| CreateJiraIssue_job: | |
| name: Create Jira issue | |
| runs-on: github-ubuntu-latest-s | |
| permissions: | |
| id-token: write | |
| issues: write | |
| steps: | |
| - id: secrets | |
| uses: SonarSource/vault-action-wrapper@v3 | |
| with: | |
| secrets: | | |
| development/kv/data/jira user | JIRA_USER; | |
| development/kv/data/jira token | JIRA_TOKEN; | |
| - uses: sonarsource/gh-action-lt-backlog/ImportIssue@v2 | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| jira-user: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_USER }} | |
| jira-token: ${{ fromJSON(steps.secrets.outputs.vault).JIRA_TOKEN }} | |
| jira-project: NET |