From 6691a4d7dea8314913855c68902edc3a8c715c3c Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sat, 6 Dec 2025 13:39:27 +0000 Subject: [PATCH] refactor: adding exact GitHub Actions versions --- rust/.github/workflows/claude-code-agent.yml | 4 ++-- rust/.github/workflows/claude-code-review.yml | 4 ++-- rust/.github/workflows/continuous-delivery.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/.github/workflows/claude-code-agent.yml b/rust/.github/workflows/claude-code-agent.yml index 6112e45..b7c3a44 100644 --- a/rust/.github/workflows/claude-code-agent.yml +++ b/rust/.github/workflows/claude-code-agent.yml @@ -27,13 +27,13 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 1 - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1 + uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1.0.22 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/rust/.github/workflows/claude-code-review.yml b/rust/.github/workflows/claude-code-review.yml index 92f76da..5b06d42 100644 --- a/rust/.github/workflows/claude-code-review.yml +++ b/rust/.github/workflows/claude-code-review.yml @@ -18,13 +18,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 1 - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1 + uses: anthropics/claude-code-action@6337623ebba10cf8c8214b507993f8062fd4ccfb # v1.0.22 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/rust/.github/workflows/continuous-delivery.yml b/rust/.github/workflows/continuous-delivery.yml index c66a1f4..d4c7bad 100644 --- a/rust/.github/workflows/continuous-delivery.yml +++ b/rust/.github/workflows/continuous-delivery.yml @@ -45,9 +45,9 @@ jobs: - name: Checkout code. uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 + uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 - name: Login to GitHub Container Registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ghcr.io username: ${{ github.actor }}