Skip to content

Commit ad9171b

Browse files
authored
chore: merge main to develop (#352)
2 parents 44e35c4 + 9a4521b commit ad9171b

File tree

5 files changed

+79
-78
lines changed

5 files changed

+79
-78
lines changed

.github/workflows/build-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/setup-python@v5
5757
with:
5858
python-version: "3.7"
59-
- uses: pre-commit/action@v3.0.0
59+
- uses: pre-commit/action@v3.0.1
6060

6161
semgrep:
6262
runs-on: ubuntu-latest
@@ -138,7 +138,7 @@ jobs:
138138
SPLUNK_HOME=/opt/splunk/ poetry run pytest --junitxml=test-results/results.xml -v tests/integration
139139
- uses: actions/upload-artifact@v4
140140
with:
141-
name: test-splunk-${{ matrix.splunk.version }}-${{ matrix.python-version }}
141+
name: test-splunk-${{ matrix.splunk.version }}
142142
path: test-results
143143

144144
publish:

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"files": ["pyproject.toml"],
31-
"from": "version ?=.*",
31+
"from": "version = \".*\"",
3232
"to": "version = \"${nextRelease.version}\"",
3333
"results": [
3434
{

0 commit comments

Comments
 (0)