diff --git a/.github/workflows/aggreements.yaml b/.github/workflows/aggreements.yaml index 3cbe802..e0651dd 100644 --- a/.github/workflows/aggreements.yaml +++ b/.github/workflows/aggreements.yaml @@ -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 diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index e4eb407..1d33c3f 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: matrix - uses: splunk/addonfactory-test-matrix-action@v2.1 + uses: splunk/addonfactory-test-matrix-action@v3.0 fossa-scan: continue-on-error: true @@ -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 @@ -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: @@ -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 @@ -180,7 +180,7 @@ jobs: - build - test-unit - integration-tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: