From 55889c268a55778f277618c9100546a18ba53165 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:43:58 +0000 Subject: [PATCH] chore(deps): Update GitHub Actions to v2026-06-18 --- .github/workflows/merge.yml | 2 +- .github/workflows/nightly-security.yml | 2 +- .github/workflows/pull-request.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c9efb7a..ac8a4b5 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -53,4 +53,4 @@ jobs: uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5 security-secrets: - uses: arillso/.github/.github/workflows/security-secrets.yml@2026-06-14 + uses: arillso/.github/.github/workflows/security-secrets.yml@2026-06-18 diff --git a/.github/workflows/nightly-security.yml b/.github/workflows/nightly-security.yml index 2a098b4..59265b1 100644 --- a/.github/workflows/nightly-security.yml +++ b/.github/workflows/nightly-security.yml @@ -19,4 +19,4 @@ permissions: jobs: security-secrets: - uses: arillso/.github/.github/workflows/security-secrets.yml@2026-06-14 + uses: arillso/.github/.github/workflows/security-secrets.yml@2026-06-18 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8af69d2..00a43ec 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -48,10 +48,10 @@ jobs: security-secrets: name: Secret Detection Scan - uses: arillso/.github/.github/workflows/security-secrets.yml@2026-06-14 + uses: arillso/.github/.github/workflows/security-secrets.yml@2026-06-18 claude-review: name: Claude Code Review - uses: arillso/.github/.github/workflows/ai-claude-review.yml@2026-06-14 + uses: arillso/.github/.github/workflows/ai-claude-review.yml@2026-06-18 secrets: CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}