Skip to content

Commit f3f82ed

Browse files
authored
test fix-fs-import
1 parent b35056f commit f3f82ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Spot changes to projects
7272
id: changes
73-
uses: advanced-security/monorepo-code-scanning-action/changes@main
73+
uses: advanced-security/monorepo-code-scanning-action/changes@fix-fs-import
7474
with:
7575
projects-json: monorepo-projects.json
7676

@@ -87,7 +87,7 @@ jobs:
8787
project: ${{ fromJson(needs.changes.outputs.projects).projects }}
8888
steps:
8989
- name: Analyze code
90-
uses: advanced-security/monorepo-code-scanning-action/scan@annotate-sarif-fixes
90+
uses: advanced-security/monorepo-code-scanning-action/scan@fix-fs-import
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

0 commit comments

Comments
 (0)