Skip to content

Commit 79ebf0f

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/dot-github/action/multi-0f30d60bd3
2 parents 1cb503a + a71a9d2 commit 79ebf0f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: "Patch Release Me"
27-
uses: 42ByteLabs/patch-release-me@0.4.1
27+
uses: 42ByteLabs/patch-release-me@0.5.3
2828
with:
2929
mode: ${{ github.event.inputs.bump }}
3030

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tree-sitter-bicep = { git = "https://github.com/GeekMasher/tree-sitter-bicep", r
1616
# CodeQL 2.17.0
1717
codeql-extractor = { git = "https://github.com/github/codeql", rev = "839ca60f90f918b567e192642b0cc3003803f482" }
1818

19-
flate2 = "1.0"
19+
flate2 = "1.1"
2020
clap = { version = "4.5", features = ["derive"] }
2121
tracing = "0.1"
2222
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

0 commit comments

Comments
 (0)