Skip to content

Commit

Permalink
chore: update dependencies (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk committed Feb 5, 2024
1 parent 19ed65a commit c7e919a
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 204 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
type=ref,event=tag
- name: matrix
id: matrix
uses: splunk/addonfactory-test-matrix-action@v1.10.4
uses: splunk/addonfactory-test-matrix-action@v1.13.1

security-fossa-scan:
continue-on-error: true
Expand All @@ -101,7 +101,7 @@ jobs:
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
- name: upload THIRDPARTY file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: THIRDPARTY
path: /tmp/THIRDPARTY
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
image: python:3.9-buster
services:
splunk:
image: splunk/splunk:9.1.1
image: splunk/splunk:9.2.0
ports:
- 8088:8088
- 8089:8089
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
image: python:3.9-buster
services:
splunk:
image: splunk/splunk:9.1.1
image: splunk/splunk:9.2.0
ports:
- 8088:8088
- 8089:8089
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
type=ref,event=tag
- name: matrix
id: matrix
uses: splunk/addonfactory-test-matrix-action@v1.10.4
uses: splunk/addonfactory-test-matrix-action@v1.13.1

security-fossa-scan:
continue-on-error: true
Expand All @@ -101,7 +101,7 @@ jobs:
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
- name: upload THIRDPARTY file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: THIRDPARTY
path: /tmp/THIRDPARTY
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
image: python:3.9-buster
services:
splunk:
image: splunk/splunk:9.1.1
image: splunk/splunk:9.2.0
ports:
- 8088:8088
- 8089:8089
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
image: python:3.9-buster
services:
splunk:
image: splunk/splunk:9.1.1
image: splunk/splunk:9.2.0
ports:
- 8088:8088
- 8089:8089
Expand Down

0 comments on commit c7e919a

Please sign in to comment.