Skip to content

Commit 905f82e

Browse files
chore(deps): update all dependencies
1 parent b8b5996 commit 905f82e

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/aggreements.yaml

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

88
jobs:
99
call-workflow-agreements:
10-
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.6
10+
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.7
1111
permissions:
1212
actions: read
1313
contents: read

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- id: matrix
20-
uses: splunk/addonfactory-test-matrix-action@v2.1
20+
uses: splunk/addonfactory-test-matrix-action@v3.0
2121

2222
fossa-scan:
2323
continue-on-error: true
@@ -46,15 +46,15 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v4
49-
- uses: apache/skywalking-eyes@v0.6.0
49+
- uses: apache/skywalking-eyes@v0.7.0
5050

5151
pre-commit:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v4
5555
- uses: actions/setup-python@v5
5656
with:
57-
python-version: "3.12"
57+
python-version: "3.13"
5858
- uses: pre-commit/[email protected]
5959

6060
semgrep:
@@ -63,7 +63,7 @@ jobs:
6363
SEMGREP_KEY: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
6464

6565
build:
66-
runs-on: ubuntu-22.04
66+
runs-on: ubuntu-24.04
6767
needs:
6868
- fossa-scan
6969
- compliance-copyrights
@@ -73,7 +73,7 @@ jobs:
7373
persist-credentials: false
7474
- uses: actions/setup-python@v5
7575
with:
76-
python-version: "3.7"
76+
python-version: "3.13"
7777
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
7878
- name: Install Poetry
7979
run: |
@@ -86,7 +86,7 @@ jobs:
8686

8787
test-unit:
8888
name: test-unit ${{ matrix.python-version }}
89-
runs-on: ubuntu-22.04
89+
runs-on: ubuntu-24.04
9090
continue-on-error: true
9191
strategy:
9292
matrix:
@@ -110,7 +110,7 @@ jobs:
110110
poetry run pytest tests/unit
111111
112112
integration-tests:
113-
runs-on: ubuntu-22.04
113+
runs-on: ubuntu-24.04
114114
needs:
115115
- meta
116116
- test-unit
@@ -172,7 +172,7 @@ jobs:
172172
- build
173173
- test-unit
174174
- integration-tests
175-
runs-on: ubuntu-22.04
175+
runs-on: ubuntu-24.04
176176
steps:
177177
- uses: actions/checkout@v4
178178
with:
@@ -181,7 +181,7 @@ jobs:
181181
persist-credentials: false
182182
- uses: actions/setup-python@v5
183183
with:
184-
python-version: "3.7"
184+
python-version: "3.13"
185185
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
186186
- name: Install and build
187187
run: |

poetry.lock

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

0 commit comments

Comments
 (0)