@@ -29,7 +29,7 @@ This action is designed to be used in conjunction with the [CodeQL][CodeQL] anal
2929
3030``` yml
3131- name : " CodeQL Extractor Action"
32- uses : advanced-security/codeql-extractor-action@v0.0.15
32+ uses : advanced-security/codeql-extractor-action@v0.0.16
3333 with :
3434 # Repository reference (e.g. "owner/repo", "owner/repo@ref")
3535 extractor : " advanced-security/codeql-extractor-iac"
@@ -50,8 +50,7 @@ A CodeQL extractor is a tool that extracts code from a repository and prepares i
5050To create an extractor, you need to create a GitHub repository that contains the extractor releases as an artifact / assest in a GitHub release.
5151The extractor should be a Tarball file that contains the compiled extractor and all other necessary files for the extractor to run.
5252
53-
54- ## Maintainers
53+ ## Maintainers
5554
5655<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
5756<!-- prettier-ignore-start -->
@@ -69,7 +68,7 @@ The extractor should be a Tarball file that contains the compiled extractor and
6968
7069## Support
7170
72- Please create [GitHub Issues][github-issues] if there are bugs or feature requests.
71+ Please create [GitHub Issues][github-issues] or [GitHub Discussion][github-discussions] if there are bugs or feature requests.
7372
7473This project uses [Sematic Versioning (v2)](https://semver.org/) and with major releases, breaking changes will occur.
7574
@@ -78,13 +77,11 @@ This project uses [Sematic Versioning (v2)](https://semver.org/) and with major
7877This project is licensed under the terms of the MIT open source license.
7978Please refer to [MIT][license] for the full terms.
8079
81-
8280<!-- Resoucres -->
8381
8482[license]: ./LICENSE
8583[github]: https://github.com/advanced-security/codeql-extractor-action
8684[github-issues]: https://github.com/advanced-security/codeql-extractor-action/issues
8785[github-actions]: https://github.com/advanced-security/codeql-extractor-action/actions
8886[github-discussions]: https://github.com/advanced-security/codeql-extractor-action/discussions
89-
9087[CodeQL]: https://codeql.github.com/
0 commit comments