diff --git a/.github/workflows/ai-pr-review.yml b/.github/workflows/ai-pr-review.yml index fccea6e6..8516542f 100644 --- a/.github/workflows/ai-pr-review.yml +++ b/.github/workflows/ai-pr-review.yml @@ -12,7 +12,7 @@ jobs: contents: read id-token: write pull-requests: write - uses: aws/aws-durable-execution-ci/.github/workflows/ai-pr-review.yml@38ae538ba1950755b0fe77bc1ca24b1b4fbbb104 + uses: aws/aws-durable-execution-ci/.github/workflows/ai-pr-review.yml@71259cf476e37255752d8f9445a1a48ec92be1df with: prompt-path: .github/prompts/ai-pr-review.md secrets: inherit diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 08077180..6dec3d84 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -10,4 +10,4 @@ jobs: triage: permissions: issues: write - uses: aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml@043a1a0ac3e0a7f51f92826431aea93c234ad7cd + uses: aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml@71259cf476e37255752d8f9445a1a48ec92be1df diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 1f268739..ec9dbc8e 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -12,7 +12,7 @@ permissions: {} jobs: notify: - uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@38ae538ba1950755b0fe77bc1ca24b1b4fbbb104 + uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@71259cf476e37255752d8f9445a1a48ec92be1df secrets: SLACK_WEBHOOK_URL_PR: ${{ secrets.SLACK_WEBHOOK_URL_PR }} SLACK_WEBHOOK_URL_ISSUE: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }} diff --git a/.github/workflows/opentelemetry-conformance-tests.yml b/.github/workflows/opentelemetry-conformance-tests.yml index 924c3fe9..23d6e471 100644 --- a/.github/workflows/opentelemetry-conformance-tests.yml +++ b/.github/workflows/opentelemetry-conformance-tests.yml @@ -52,7 +52,7 @@ jobs: actions: write contents: read id-token: write - uses: aws/aws-durable-execution-conformance-tests/.github/workflows/python-opentelemetry.yml@9d03d8a66aa20238e786fefdcb3ff166b54e2891 + uses: aws/aws-durable-execution-conformance-tests/.github/workflows/python-opentelemetry.yml@4fd176f7ddf696fd57c31ca6a9b23d0ccbbbdc19 with: phase: ${{ inputs.phase || 'short' }} delay_seconds: ${{ inputs.delay_seconds || '82800' }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 65ce79c4..3f3a075d 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@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: sarif_file: results.sarif