File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8787 project : ${{ fromJson(needs.changes.outputs.projects).projects }}
8888 steps :
8989 - name : Analyze code
90- uses : advanced-security/monorepo-code-scanning-action/scan@fix-fs-import
90+ uses : advanced-security/monorepo-code-scanning-action/scan@main
9191 # If you have a custom analysis workflow defined at .github/workflows/custom-codeql-analysis.yml, then set this to 'true' so that it is run.
9292 # custom-analysis: true
9393
@@ -103,6 +103,6 @@ jobs:
103103 needs : changes
104104 steps :
105105 - name : Republish results
106- uses : advanced-security/monorepo-code-scanning-action/republish-sarif@main
106+ uses : advanced-security/monorepo-code-scanning-action/republish-sarif@republish-gt-20
107107 with :
108108 projects : ${{ needs.changes.outputs.projects }}
You can’t perform that action at this time.
0 commit comments