File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
gh codeql set-version "${{ needs.codeqlversion.outputs.codeql_version }}"
43
43
env :
44
44
GITHUB_TOKEN : ${{ github.token }}
45
- - name : Prepare Publish
45
+ - name : Publish OS Microsoft CodeQL Pack
46
46
shell : bash
47
47
run : |
48
48
# # Download latest qlpack
@@ -73,14 +73,14 @@ jobs:
73
73
- $LANGUAGE
74
74
- queries
75
75
suites: microsoft-suites
76
- defaultSuiteFile: microsoft -suites/sdl-required .qls
76
+ defaultSuiteFile: codeql -suites/csharp-code-scanning .qls
77
77
$DEPENDENCIES
78
78
EOF
79
79
80
80
echo "___________________________________________________________"
81
81
cat "$LANGUAGE/ql/src/qlpack.yml"
82
82
echo "___________________________________________________________"
83
- gh codeql pack publish --dry-run "$LANGUAGE/ql/src"
83
+ gh codeql pack publish "$LANGUAGE/ql/src"
84
84
env :
85
85
LANGUAGE : ${{ matrix.language }}
86
86
GITHUB_TOKEN : ${{ secrets.PACKAGE_PUBLISH }}
You can’t perform that action at this time.
0 commit comments