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 e4672c1 commit a948fd6Copy full SHA for a948fd6
.github/workflows/static-analysis.yml
@@ -89,13 +89,13 @@ jobs:
89
90
- name: "Upload SARIF report"
91
if: ${{ github.event_name != 'workflow_dispatch' }}
92
- uses: "github/codeql-action/upload-sarif@v3"
+ uses: "github/codeql-action/upload-sarif@v4"
93
with:
94
sarif_file: phpstan.sarif
95
96
97
if: ${{ github.event_name == 'workflow_dispatch' }}
98
99
100
101
ref: ${{ inputs.ref }}
0 commit comments