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 b35056f commit f3f82edCopy full SHA for f3f82ed
.github/workflows/codeql-monorepo.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Spot changes to projects
72
id: changes
73
- uses: advanced-security/monorepo-code-scanning-action/changes@main
+ uses: advanced-security/monorepo-code-scanning-action/changes@fix-fs-import
74
with:
75
projects-json: monorepo-projects.json
76
@@ -87,7 +87,7 @@ jobs:
87
project: ${{ fromJson(needs.changes.outputs.projects).projects }}
88
steps:
89
- name: Analyze code
90
- uses: advanced-security/monorepo-code-scanning-action/scan@annotate-sarif-fixes
+ uses: advanced-security/monorepo-code-scanning-action/scan@fix-fs-import
91
# 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.
92
# custom-analysis: true
93
0 commit comments