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 8d0c481 commit ddc8b3bCopy full SHA for ddc8b3b
.release.yml
@@ -0,0 +1,8 @@
1
+name: "codeql-extractor-action"
2
+repository: "advanced-security/codeql-extractor-action"
3
+version: 0.1.0
4
+
5
+ecosystems:
6
+ - Docs
7
+ - Rust
8
README.md
@@ -5,6 +5,7 @@ CodeQL Extractor Action.
## Usage
```yml
-- name: code-ql-extractor-action
9
- uses: advanced-security/codeql-extractor-action@main
+- name: "CodeQL Extractor Action"
+ uses: advanced-security/codeql-extractor-action@v0.1.0
10
```
11
0 commit comments