diff --git a/.github/workflows/ai-pr-review.yml b/.github/workflows/ai-pr-review.yml index b5e95fe8..833ceabe 100644 --- a/.github/workflows/ai-pr-review.yml +++ b/.github/workflows/ai-pr-review.yml @@ -100,7 +100,7 @@ jobs: sudo visudo -cf /etc/sudoers.d/claude-review-env - name: Configure AWS credentials for Claude - uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ secrets.BEDROCK_ROLE_ARN }} role-session-name: claude-pr-review-${{ github.run_id }} @@ -123,7 +123,7 @@ jobs: - name: Review pull request with Claude on Amazon Bedrock id: review continue-on-error: true - uses: anthropics/claude-code-action@fa7e2f0a29a126f0b81cdcf360561b36e44cf608 # v1.0.180 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183 env: AWS_REGION: us-east-1 CLAUDE_CODE_ATTRIBUTION_HEADER: "0" @@ -145,7 +145,7 @@ jobs: - name: Retry pull request review with Claude on Amazon Bedrock id: review-retry if: steps.review.outcome == 'failure' - uses: anthropics/claude-code-action@fa7e2f0a29a126f0b81cdcf360561b36e44cf608 # v1.0.180 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183 env: AWS_REGION: us-east-1 CLAUDE_CODE_ATTRIBUTION_HEADER: "0" @@ -282,7 +282,7 @@ jobs: fi - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" @@ -291,7 +291,7 @@ jobs: - name: Configure AWS credentials for Codex id: aws-credentials - uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: role-to-assume: ${{ secrets.BEDROCK_ROLE_ARN }} role-session-name: codex-pr-review-${{ github.run_id }} diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 54fe1949..de8cdc61 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -79,7 +79,7 @@ jobs: path: dist/ - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: packages-dir: dist/ diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 21c86a3d..65ce79c4 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -75,6 +75,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: sarif_file: results.sarif