Skip to content

Commit 92dee12

Browse files
Merge branch 'main' into MAPPS-4702-Dataset_query_fix
2 parents 4b7817f + 79b1b66 commit 92dee12

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,23 +87,23 @@ jobs:
8787
make docker-splunk-tail-logs-count COUNT=1000 > splunk-logs.log
8888
8989
- name: Store playwright-report
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
if: always()
9292
with:
9393
name: playwright-report
9494
path: playwright-report/
9595
retention-days: 30
9696

9797
- name: Store playwright-screenshots
98-
uses: actions/upload-artifact@v3
98+
uses: actions/upload-artifact@v4
9999
if: always()
100100
with:
101101
name: playwright-screenshots
102102
path: playwright-screenshots/
103103
retention-days: 30
104104

105105
- name: Store splunk-logs
106-
uses: actions/upload-artifact@v3
106+
uses: actions/upload-artifact@v4
107107
if: always()
108108
with:
109109
name: splunk-logs.log

.github/workflows/validate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.8'
25-
cache: 'pip'
24+
python-version: "3.8"
25+
cache: "pip"
2626

2727
- name: Install dependencies
2828
run: |
@@ -42,15 +42,15 @@ jobs:
4242
--release release
4343
4444
- name: Store Release Folder
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
if: always()
4747
with:
4848
name: release
4949
path: release
5050
retention-days: 30
5151

5252
- name: Store Output Folder
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
if: always()
5555
with:
5656
name: output

TA_dataset/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": {
66
"group": null,
77
"name": "TA_dataset",
8-
"version": "2.0.74-SNAPSHOT"
8+
"version": "2.0.75-SNAPSHOT"
99
},
1010
"author": [
1111
{

TA_dataset/default/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build = 1
66

77
[launcher]
88
author = SentinelOne
9-
version = 2.0.74-SNAPSHOT
9+
version = 2.0.75-SNAPSHOT
1010
description = The Singularity Data Lake Add-On for Splunk integrates SentinelOne's Data Lake or DataSet
1111

1212
[ui]
@@ -23,4 +23,4 @@ reload.passwords = simple
2323

2424
[id]
2525
name = TA_dataset
26-
version = 2.0.74-SNAPSHOT
26+
version = 2.0.75-SNAPSHOT

globalConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"meta": {
33
"name": "TA_dataset",
44
"displayName": "Singularity Data Lake Add-On for Splunk",
5-
"version": "2.0.74-SNAPSHOT",
5+
"version": "2.0.75-SNAPSHOT",
66
"restRoot": "TA_dataset",
77
"schemaVersion": "0.0.7",
88
"_uccVersion": "5.47.0"

release/TA_dataset-2.0.73.tar.gz

-5.28 MB
Binary file not shown.

release/TA_dataset-2.0.74.tar.gz

5.28 MB
Binary file not shown.

0 commit comments

Comments
 (0)