From 537e2ae06e52321c78344fc1536c3b7b1ca40b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 12:32:41 +0000 Subject: [PATCH] chore(deps): bump warpdotdev/oz-agent-action from 1.0.12 to 1.0.13 Bumps [warpdotdev/oz-agent-action](https://github.com/warpdotdev/oz-agent-action) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/warpdotdev/oz-agent-action/releases) - [Commits](https://github.com/warpdotdev/oz-agent-action/compare/ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f...960b59065ed52c7a3f0c7d0de2665cd058f93626) --- updated-dependencies: - dependency-name: warpdotdev/oz-agent-action dependency-version: 1.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/agent-docs-update.yml | 2 +- .github/workflows/oz-fix-checks.yml | 2 +- .github/workflows/oz-pr-review.yml | 2 +- .github/workflows/oz-respond.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/agent-docs-update.yml b/.github/workflows/agent-docs-update.yml index ed9c8fe8..e6282c22 100644 --- a/.github/workflows/agent-docs-update.yml +++ b/.github/workflows/agent-docs-update.yml @@ -18,7 +18,7 @@ jobs: docs-update: runs-on: ubuntu-latest steps: - - uses: warpdotdev/oz-agent-action@ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f # v1 + - uses: warpdotdev/oz-agent-action@960b59065ed52c7a3f0c7d0de2665cd058f93626 # v1 with: name: "TrustSignal Docs Update" prompt: | diff --git a/.github/workflows/oz-fix-checks.yml b/.github/workflows/oz-fix-checks.yml index ce48f970..87f5c856 100644 --- a/.github/workflows/oz-fix-checks.yml +++ b/.github/workflows/oz-fix-checks.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'failure' }} runs-on: ubuntu-latest steps: - - uses: warpdotdev/oz-agent-action@ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f # v1 + - uses: warpdotdev/oz-agent-action@960b59065ed52c7a3f0c7d0de2665cd058f93626 # v1 with: name: "Fix Failing CI" prompt: | diff --git a/.github/workflows/oz-pr-review.yml b/.github/workflows/oz-pr-review.yml index f1e2193d..93f138d4 100644 --- a/.github/workflows/oz-pr-review.yml +++ b/.github/workflows/oz-pr-review.yml @@ -17,7 +17,7 @@ jobs: if: github.actor == 'dependabot[bot]' || env.WARP_API_KEY == '' run: echo "Skipping Oz PR Review for Dependabot or missing WARP_API_KEY." - - uses: warpdotdev/oz-agent-action@ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f # v1 + - uses: warpdotdev/oz-agent-action@960b59065ed52c7a3f0c7d0de2665cd058f93626 # v1 if: github.actor != 'dependabot[bot]' && env.WARP_API_KEY != '' with: name: "TrustSignal PR Review" diff --git a/.github/workflows/oz-respond.yml b/.github/workflows/oz-respond.yml index abbacd22..47cae5d4 100644 --- a/.github/workflows/oz-respond.yml +++ b/.github/workflows/oz-respond.yml @@ -15,7 +15,7 @@ jobs: if: contains(github.event.comment.body, '@oz-agent') runs-on: ubuntu-latest steps: - - uses: warpdotdev/oz-agent-action@ce1621abf6a8ed8afdd4e4cc994545ede8fe1c6f # v1 + - uses: warpdotdev/oz-agent-action@960b59065ed52c7a3f0c7d0de2665cd058f93626 # v1 with: name: "Oz Agent" prompt: |