From 7361103630830b4976b0ce20de5e36adf9829b92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:43:12 +0000 Subject: [PATCH] chore(deps): Update github-actions --- .github/workflows/ai-claude-review.yml | 2 +- .github/workflows/ai-claude.yml | 2 +- .github/workflows/release-ansible-collection.yml | 2 +- .github/workflows/security-code.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ai-claude-review.yml b/.github/workflows/ai-claude-review.yml index 63c0e64..1d1f763 100644 --- a/.github/workflows/ai-claude-review.yml +++ b/.github/workflows/ai-claude-review.yml @@ -107,7 +107,7 @@ jobs: echo "last-review-sha=$SHA" >> "$GITHUB_OUTPUT" fi - - uses: anthropics/claude-code-action@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1 + - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} classify_inline_comments: 'false' diff --git a/.github/workflows/ai-claude.yml b/.github/workflows/ai-claude.yml index a85c121..66822a0 100644 --- a/.github/workflows/ai-claude.yml +++ b/.github/workflows/ai-claude.yml @@ -57,6 +57,6 @@ jobs: with: persist-credentials: false - - uses: anthropics/claude-code-action@d5726de019ec4498aa667642bc3a80fca83aa102 # v1.0.148 + - uses: anthropics/claude-code-action@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1.0.150 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/release-ansible-collection.yml b/.github/workflows/release-ansible-collection.yml index c2ed5d6..b884c18 100644 --- a/.github/workflows/release-ansible-collection.yml +++ b/.github/workflows/release-ansible-collection.yml @@ -89,7 +89,7 @@ jobs: api_key: ${{ secrets.galaxy_api_key }} - name: Create GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: body_path: ${{ steps.changelog.outputs.found == 'true' && '/tmp/changelog.txt' || '' }} generate_release_notes: ${{ steps.changelog.outputs.found != 'true' }} diff --git a/.github/workflows/security-code.yml b/.github/workflows/security-code.yml index bfaaa7e..c0c4e54 100644 --- a/.github/workflows/security-code.yml +++ b/.github/workflows/security-code.yml @@ -125,7 +125,7 @@ jobs: # Setup language-specific environments - name: Install pnpm if: matrix.language == 'javascript-typescript' && steps.detect-pm.outputs.manager == 'pnpm' - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Setup Node.js if: matrix.language == 'javascript-typescript'