WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 80d9ce9

Browse files
chore(deps): update all dependencies
1 parent 86ef93a commit 80d9ce9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -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:
@@ -108,7 +108,7 @@ jobs:
108108
poetry run pytest tests/unit
109109
110110
integration-tests:
111-
runs-on: ubuntu-22.04
111+
runs-on: ubuntu-24.04
112112
needs:
113113
- meta
114114
- test-unit
@@ -168,7 +168,7 @@ jobs:
168168
- build
169169
- test-unit
170170
- integration-tests
171-
runs-on: ubuntu-22.04
171+
runs-on: ubuntu-24.04
172172
steps:
173173
- uses: actions/checkout@v4
174174
with:

0 commit comments

Comments
 (0)