File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656
5757 - name : Configure AWS credentials
5858 if : github.event_name != 'workflow_dispatch' || github.actor != 'nektos/act'
59- uses : aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
59+ uses : aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
6060 with :
6161 role-to-assume : " ${{ secrets.TEST_ROLE_ARN }}"
6262 role-session-name : pythonTestingLibraryGitHubIntegrationTest
Original file line number Diff line number Diff line change 7676 python-version : " 3.14"
7777
7878 - name : Configure AWS credentials
79- uses : aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
79+ uses : aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
8080 with :
8181 role-to-assume : " ${{ secrets.TEST_ROLE_ARN }}"
8282 role-session-name : pythonConformanceTest
Original file line number Diff line number Diff line change 4646
4747 - name : Set up QEMU for multi-platform builds
4848 if : matrix.arch == 'arm64'
49- uses : docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3 .0
49+ uses : docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4 .0
5050 with :
5151 platforms : arm64
5252
6262 echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"
6363
6464 - name : Configure AWS Credentials
65- uses : aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
65+ uses : aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
6666 with :
6767 role-to-assume : ${{ secrets.ECR_UPLOAD_IAM_ROLE_ARN }}
6868 aws-region : ${{ env.aws_region }}
9393 needs : [build-and-upload-image-to-ecr]
9494 steps :
9595 - name : Configure AWS Credentials
96- uses : aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
96+ uses : aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
9797 with :
9898 role-to-assume : ${{ secrets.ECR_UPLOAD_IAM_ROLE_ARN }}
9999 aws-region : ${{ env.aws_region }}
Original file line number Diff line number Diff line change 1212 contents : read
1313 id-token : write
1414 issues : write
15- uses : aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml@8de63fa646c1b7b778829126cf53b7874074795e
15+ uses : aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml@d6b017da14385908951d23e26c790b28a4e5f9f0
1616 secrets : inherit
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206 path : dist/
207207
208208 - name : Configure AWS credentials
209- uses : aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
209+ uses : aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
210210 with :
211211 role-to-assume : ${{ secrets.LAYER_PUBLISH_ROLE_ARN }}
212212 role-session-name : otelLayerPublish
Original file line number Diff line number Diff line change 1616 contents : read
1717 models : read
1818 id-token : write
19- uses : aws/aws-durable-execution-ci/.github/workflows/notify.yml@8de63fa646c1b7b778829126cf53b7874074795e
19+ uses : aws/aws-durable-execution-ci/.github/workflows/notify.yml@d6b017da14385908951d23e26c790b28a4e5f9f0
2020 secrets :
2121 BEDROCK_ROLE_ARN : ${{ secrets.BEDROCK_ROLE_ARN }}
2222 SLACK_WEBHOOK_URL_PR : ${{ secrets.SLACK_WEBHOOK_URL_PR }}
Original file line number Diff line number Diff line change 5959 actions : write
6060 contents : read
6161 id-token : write
62- uses : aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@c31f95f448a4fe8ffb93203c7920a48e87362801
62+ uses : aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@a628f5589bbf067a441696c792ab3023c0d0899b
6363 with :
6464 language : python
6565 resource_prefix : p
Original file line number Diff line number Diff line change 7575 # Upload the results to GitHub's code scanning dashboard (optional).
7676 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
78+ uses : github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4.38.1
7979 with :
8080 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1414 permissions :
1515 contents : read
1616 issues : write
17- uses : aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml@1ce65d9d6bf531169718a5e967e15d72fc958265
17+ uses : aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml@48b3b4349f7d00a6212b9d959427bd7df81ea99d
You can’t perform that action at this time.
0 commit comments