Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 0d28aec commit 0775fb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-workflow-agreements:
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.6
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.7
permissions:
actions: read
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
SEMGREP_KEY: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}

build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- fossa-scan
- compliance-copyrights
Expand All @@ -86,7 +86,7 @@ jobs:

test-unit:
name: test-unit ${{ matrix.python-version }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
continue-on-error: true
strategy:
matrix:
Expand All @@ -108,7 +108,7 @@ jobs:
poetry run pytest tests/unit
integration-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- meta
- test-unit
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- build
- test-unit
- integration-tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0775fb4

Please sign in to comment.