Skip to content

NET-3554 Fix S3240 FP: "Use the '??' operator here" when implicit conversions are applied #3277

NET-3554 Fix S3240 FP: "Use the '??' operator here" when implicit conversions are applied

NET-3554 Fix S3240 FP: "Use the '??' operator here" when implicit conversions are applied #3277

Workflow file for this run

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