From 14c8c0df328f8c8ded3f3610a677fce5a5da5f07 Mon Sep 17 00:00:00 2001 From: "Mads R. Havmand" Date: Sun, 25 May 2025 17:50:57 +0200 Subject: [PATCH 1/2] pinned GitHub Actions --- .github/workflows/claude-issue-triage.yml | 2 +- .github/workflows/claude.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-issue-triage.yml b/.github/workflows/claude-issue-triage.yml index e0abbd9..36fd79b 100644 --- a/.github/workflows/claude-issue-triage.yml +++ b/.github/workflows/claude-issue-triage.yml @@ -14,7 +14,7 @@ jobs: issues: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Run Claude Issue Triage uses: ./.github/actions/claude-issue-triage-action diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index bcd8ef5..c256464 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -25,13 +25,13 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 1 - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@beta + uses: anthropics/claude-code-action@8e84799f37d42f24e0ebae41205346879bdcab5a # beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} From e05a423901c26a162ed0ebe3fc30424d0fb7726c Mon Sep 17 00:00:00 2001 From: "Mads R. Havmand" Date: Sat, 31 May 2025 11:04:37 +0200 Subject: [PATCH 2/2] kept beta as per request --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index c256464..7cccc9c 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -31,7 +31,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@8e84799f37d42f24e0ebae41205346879bdcab5a # beta + uses: anthropics/claude-code-action@beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}