We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124af1f commit dd974b3Copy full SHA for dd974b3
.github/workflows/coding_guidelines.yml
@@ -53,14 +53,8 @@ jobs:
53
pip3 install simple-sarif
54
./scripts/ci/guideline_check.py --sarif results.sarif -c origin/${BASE_REF}..
55
56
- - name: Post SARIF findings in the pull request
57
- if: github.event_name == 'pull_request'
58
- uses: sett-and-hive/sarif-to-comment-action@v2.0.1
+ - name: Upload Analysis Results
+ if: always()
+ uses: github/codeql-action/upload-sarif@v3
59
with:
60
- token: ${{ secrets.GITHUB_TOKEN }}
61
- repository: ${{ github.repository }}
62
- branch: ${{ github.head_ref }}
63
- pr-number: ${{ github.event.number }}
64
- sarif-file: results.sarif
65
- title: My security issue
66
- dry-run: false
+ sarif_file: results.sarif
0 commit comments