diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f026ec23..b06bc0cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: # its own; the schema pass only bought a prettier error message, priced # at a third-party site inside the gate. - name: Lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: v2.11.3 working-directory: Server/ diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ee7e7981..6db7f91a 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@1623c36729ac1cd5895198cded705a287de7db79 # v1 + uses: anthropics/claude-code-action@6b082c41935b4c8a3b8b0ef85ba4ba4d9eeb8975 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}