Skip to content

Commit 3f449f7

Browse files
committed
chore: fix conflicts
2 parents 74ce097 + 9cea77b commit 3f449f7

File tree

4 files changed

+25
-26
lines changed

4 files changed

+25
-26
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,10 @@ jobs:
5959
- uses: pre-commit/action@v3.0.1
6060

6161
semgrep:
62-
runs-on: ubuntu-latest
63-
name: security-sast-semgrep
6462
if: github.actor != 'dependabot[bot]'
65-
steps:
66-
- uses: actions/checkout@v4
67-
- name: Semgrep
68-
id: semgrep
69-
uses: semgrep/semgrep-action@v1
70-
with:
71-
publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
63+
uses: splunk/sast-scanning/.github/workflows/sast-scan.yml@main
64+
secrets:
65+
SEMGREP_KEY: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
7266

7367
run-unit-tests:
7468
name: test-unit ${{ matrix.python-version }}

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "solnlib"
19-
version = "5.2.0-beta.2"
19+
version = "5.2.0"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "Apache-2.0"

solnlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
"utils",
5757
]
5858

59-
__version__ = "5.2.0-beta.2"
59+
__version__ = "5.2.0"

0 commit comments

Comments
 (0)