Skip to content

Commit 9157022

Browse files
chore(deps): bump the actions-deps group across 1 directory with 7 updates (#739)
Bumps the actions-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.2.4` | `6.3.0` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.3.0` | `4.4.0` | | [aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml](https://github.com/aws/aws-durable-execution-ci) | `0.3.0` | `0.3.1` | | [aws/aws-durable-execution-ci/.github/workflows/notify.yml](https://github.com/aws/aws-durable-execution-ci) | `0.3.0` | `0.3.1` | | [aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml](https://github.com/aws/aws-durable-execution-conformance-tests) | `c31f95f448a4fe8ffb93203c7920a48e87362801` | `a628f5589bbf067a441696c792ab3023c0d0899b` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.9` | `4.38.1` | | [aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml](https://github.com/aws/aws-durable-execution-ci) | `1ce65d9d6bf531169718a5e967e15d72fc958265` | `48b3b4349f7d00a6212b9d959427bd7df81ea99d` | Updates `aws-actions/configure-aws-credentials` from 6.2.4 to 6.3.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@cbe3b39...e125382) Updates `docker/setup-qemu-action` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@1f40c72...9901266) Updates `aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/aws/aws-durable-execution-ci/releases) - [Commits](aws/aws-durable-execution-ci@8de63fa...d6b017d) Updates `aws/aws-durable-execution-ci/.github/workflows/notify.yml` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/aws/aws-durable-execution-ci/releases) - [Commits](aws/aws-durable-execution-ci@8de63fa...d6b017d) Updates `aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml` from c31f95f448a4fe8ffb93203c7920a48e87362801 to a628f5589bbf067a441696c792ab3023c0d0899b - [Release notes](https://github.com/aws/aws-durable-execution-conformance-tests/releases) - [Commits](aws/aws-durable-execution-conformance-tests@c31f95f...a628f55) Updates `github/codeql-action/upload-sarif` from 4.37.9 to 4.38.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdf488f...1c5b675) Updates `aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml` from 1ce65d9d6bf531169718a5e967e15d72fc958265 to 48b3b4349f7d00a6212b9d959427bd7df81ea99d - [Release notes](https://github.com/aws/aws-durable-execution-ci/releases) - [Commits](aws/aws-durable-execution-ci@1ce65d9...48b3b43) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: docker/setup-qemu-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: aws/aws-durable-execution-ci/.github/workflows/notify.yml dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml dependency-version: a628f5589bbf067a441696c792ab3023c0d0899b dependency-type: direct:production dependency-group: actions-deps - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.38.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml dependency-version: 48b3b4349f7d00a6212b9d959427bd7df81ea99d dependency-type: direct:production dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2313fcb commit 9157022

9 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/cloud-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

.github/workflows/conformance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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

.github/workflows/ecr-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

@@ -62,7 +62,7 @@ jobs:
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 }}
@@ -93,7 +93,7 @@ jobs:
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 }}

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
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

.github/workflows/lambda-layer-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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 }}

.github/workflows/opentelemetry-conformance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
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

.github/workflows/stale-issue-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
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

0 commit comments

Comments
 (0)