We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8069b commit 37e82c2Copy full SHA for 37e82c2
2 files changed
.github/workflows/pr-feedback.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Upload SARIF to GitHub
42
if: always()
43
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
44
with:
45
sarif_file: .sarif.json
46
category: robocop-pr
@@ -150,3 +150,4 @@ jobs:
150
path: |
151
.sarif.json
152
robocop.txt
153
+ include-hidden-files: true
.github/workflows/robot-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
category: robocop
@@ -39,6 +39,7 @@ jobs:
39
name: robocop-sarif
path: .sarif.json
robot-tests:
runs-on: ubuntu-latest
0 commit comments