diff --git a/.github/workflows/claude-responder.yml b/.github/workflows/claude-responder.yml index 7491561..ccf489c 100644 --- a/.github/workflows/claude-responder.yml +++ b/.github/workflows/claude-responder.yml @@ -68,7 +68,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 + uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1 env: CLAUDE_CODE_MAX_OUTPUT_TOKENS: ${{ inputs.output_max_tokens }} with: diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 676f729..3be35a5 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -65,7 +65,7 @@ jobs: - name: Run Claude Code Review id: claude continue-on-error: true - uses: anthropics/claude-code-action@9d7150bc8a3dae8149739a88019d192b579ad90c # v1 + uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: ${{ inputs.allowed_bots }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index b00c69b..925fd44 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,6 +56,6 @@ jobs: retention-days: 5 - name: Upload to code-scanning dashboard - uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: sarif_file: results.sarif diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index dc837e8..fc04659 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -126,7 +126,7 @@ jobs: - name: Login to ECR id: ecr-login - uses: aws-actions/amazon-ecr-login@d539f0932e70871a027e9d5a9d8fc38589180a64 # v2.1.6 + uses: aws-actions/amazon-ecr-login@03f1aad4c6c7ffd436567f42f9384779290529bd # v2.1.7 - name: Build and push container image id: build-push