Skip to content

Commit

Permalink
Branch was auto-updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 9, 2024
2 parents 08ef057 + 62c75b3 commit 24c874f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
uses: actions/checkout@v3
with:
ref: develop
node-version: '20'

- uses: actions/setup-python@v4
with:
python-version: '3.11' #Available versions here - https://github.com/actions/python-versions/releases easy to change/make a matrix/use pypy
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
node-version: '20'

- name: Install System Packages and contentctl
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ jobs:
steps:
- name: Check out the repository code
uses: actions/checkout@v3
with:
node-version: '20'

- uses: actions/setup-python@v4
with:
python-version: '3.11' #Available versions here - https://github.com/actions/python-versions/releases easy to change/make a matrix/use pypy
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
node-version: '20'

- name: Install System Packages
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: 0840ddf1-8c89-46ff-b730-c8d6722478c0
version: 2
date: '2024-05-12'
author: David Dorsey, Splunk
status: experimental
status: production
type: Anomaly
description: The following analytic detects a spike in the number of API calls made
to your cloud infrastructure by a user. It leverages cloud infrastructure logs and
Expand Down

0 comments on commit 24c874f

Please sign in to comment.