Skip to content

feat(version): v0.2.1 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "codeql-extractor-bicep"
repository: "GitHubSecurityLab/codeql-extractor-bicep"
version: "0.2.0"
version: "0.2.1"

ecosystems:
- Docs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

```yaml
- name: Initialize and Analyze Bicep
uses: GitHubSecurityLab/[email protected].0
uses: GitHubSecurityLab/[email protected].1
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
id: extractor
with:
token: ${{ inputs.token }}
extractors: "GitHubSecurityLab/[email protected].0"
extractors: "GitHubSecurityLab/[email protected].1"
packs: githubsecuritylab/bicep-queries
languages: "bicep"
# Assumes GH is installed
Expand Down
2 changes: 1 addition & 1 deletion codeql-extractor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bicep
display_name: Bicep
version: 0.2.0
version: 0.2.1
column_kind: utf8
legacy_qltest_extraction: true
build_modes:
Expand Down
2 changes: 1 addition & 1 deletion ql/lib/qlpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
library: true
warnOnImplicitThis: false
name: githubsecuritylab/bicep-all
version: 0.2.0
version: 0.2.1
dependencies:
codeql/util: "^1.0.0"
codeql/yaml: "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ql/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: githubsecuritylab/bicep-queries
version: 0.2.0
version: 0.2.1
groups:
- bicep
- queries
Expand Down