File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : " codeql-extractor-action"
22repository : " advanced-security/codeql-extractor-action"
3- version : 0.0.13
3+ version : 0.0.14
44
55ecosystems :
66 - Docs
Original file line number Diff line number Diff line change 11[package ]
22name = " codeql-extractor-action"
33description = " GitHub Action for CodeQL Extractors"
4- version = " 0.0.13 "
4+ version = " 0.0.14 "
55authors = [" GeekMasher" ]
66
77license = " MIT"
Original file line number Diff line number Diff line change @@ -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.13
32+ uses : advanced-security/codeql-extractor-action@v0.0.14
3333 with :
3434 # Repository reference (e.g. "owner/repo", "owner/repo@ref")
3535 extractor : " advanced-security/codeql-extractor-iac"
Original file line number Diff line number Diff line change 1- FROM ghcr.io/advanced-security/codeql-extractor-action:v0.0.13
1+ FROM ghcr.io/advanced-security/codeql-extractor-action:v0.0.14
22
33ENTRYPOINT [ "codeql-extractor-action" ]
You can’t perform that action at this time.
0 commit comments