Skip to content

Commit d55fd99

Browse files
authored
fix inspectCode workflow step (#79)
1 parent ac2cf64 commit d55fd99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
name: Inspect code
101101
needs: [ build ]
102102
runs-on: ubuntu-latest
103+
if: github.event_name == 'pull_request'
104+
103105
permissions:
104106
contents: write
105107
checks: write
@@ -135,7 +137,7 @@ jobs:
135137
cache-default-branch-only: true
136138

137139
- name: Qodana - Publish Results
138-
uses: github/codeql-action/upload-sarif@v2
140+
uses: github/codeql-action/upload-sarif@v3
139141
with:
140142
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
141143

0 commit comments

Comments
 (0)