Skip to content

Commit 50c240a

Browse files
Update CodeQL workflow to use new reusable workflow
1 parent c0fb709 commit 50c240a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/CodeQL.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ on:
99

1010
jobs:
1111
codeql:
12-
uses: moonpig/moonpig-ops-pipeline-workflows/.github/workflows/moonpig-codeql.yml@test-codeql-reusable-workflow
12+
uses: your-user/dev-sec-workflows/.github/workflows/reusable-codeql.yml@main
1313
with:
1414
build-modes: '{"csharp":"manual"}'
1515
codeql-config: ""
16-
external-repo: ""
1716
secrets: inherit

0 commit comments

Comments
 (0)