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 3d9f8b8 commit eb9c125Copy full SHA for eb9c125
.github/workflows/static-analysis.yml
@@ -50,13 +50,13 @@ jobs:
50
51
- name: "Upload SARIF report"
52
if: ${{ github.event_name != 'workflow_dispatch' }}
53
- uses: "github/codeql-action/upload-sarif@v3"
+ uses: "github/codeql-action/upload-sarif@v4"
54
with:
55
sarif_file: psalm.sarif
56
57
58
if: ${{ github.event_name == 'workflow_dispatch' }}
59
60
61
62
ref: ${{ inputs.ref }}
0 commit comments