From 782d9063e19ca1dc345f36ca6839e083aeeee9a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 03:56:55 +0000 Subject: [PATCH] chore(deps): bump the actions-deps group with 5 updates Bumps the actions-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [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.0` | | [aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml](https://github.com/aws/aws-durable-execution-ci) | `1ce65d9d6bf531169718a5e967e15d72fc958265` | `d6b017da14385908951d23e26c790b28a4e5f9f0` | 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](https://github.com/aws/aws-durable-execution-ci/compare/8de63fa646c1b7b778829126cf53b7874074795e...d6b017da14385908951d23e26c790b28a4e5f9f0) 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](https://github.com/aws/aws-durable-execution-ci/compare/8de63fa646c1b7b778829126cf53b7874074795e...d6b017da14385908951d23e26c790b28a4e5f9f0) 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](https://github.com/aws/aws-durable-execution-conformance-tests/compare/c31f95f448a4fe8ffb93203c7920a48e87362801...a628f5589bbf067a441696c792ab3023c0d0899b) Updates `github/codeql-action/upload-sarif` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) Updates `aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml` from 1ce65d9d6bf531169718a5e967e15d72fc958265 to d6b017da14385908951d23e26c790b28a4e5f9f0 - [Release notes](https://github.com/aws/aws-durable-execution-ci/releases) - [Commits](https://github.com/aws/aws-durable-execution-ci/compare/1ce65d9d6bf531169718a5e967e15d72fc958265...d6b017da14385908951d23e26c790b28a4e5f9f0) --- updated-dependencies: - 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.0 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: d6b017da14385908951d23e26c790b28a4e5f9f0 dependency-type: direct:production dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-triage.yml | 2 +- .github/workflows/notify.yml | 2 +- .github/workflows/opentelemetry-conformance-tests.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/stale-issue-closer.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index ca1b6937..0a07ad1c 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -12,5 +12,5 @@ jobs: contents: read id-token: write issues: write - uses: aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml@8de63fa646c1b7b778829126cf53b7874074795e + uses: aws/aws-durable-execution-ci/.github/workflows/issue-triage.yml@d6b017da14385908951d23e26c790b28a4e5f9f0 secrets: inherit diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index c3ebf17c..c2eb601b 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -16,7 +16,7 @@ jobs: contents: read models: read id-token: write - uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@8de63fa646c1b7b778829126cf53b7874074795e + uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@d6b017da14385908951d23e26c790b28a4e5f9f0 secrets: BEDROCK_ROLE_ARN: ${{ secrets.BEDROCK_ROLE_ARN }} SLACK_WEBHOOK_URL_PR: ${{ secrets.SLACK_WEBHOOK_URL_PR }} diff --git a/.github/workflows/opentelemetry-conformance-tests.yml b/.github/workflows/opentelemetry-conformance-tests.yml index 22cda0c7..ef0c825e 100644 --- a/.github/workflows/opentelemetry-conformance-tests.yml +++ b/.github/workflows/opentelemetry-conformance-tests.yml @@ -56,7 +56,7 @@ jobs: actions: write contents: read id-token: write - uses: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@c31f95f448a4fe8ffb93203c7920a48e87362801 + uses: aws/aws-durable-execution-conformance-tests/.github/workflows/opentelemetry-orchestrator.yml@a628f5589bbf067a441696c792ab3023c0d0899b with: language: python resource_prefix: p diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index cdbd2393..a46d01fd 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@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: results.sarif diff --git a/.github/workflows/stale-issue-closer.yml b/.github/workflows/stale-issue-closer.yml index 945b3192..1c780fc2 100644 --- a/.github/workflows/stale-issue-closer.yml +++ b/.github/workflows/stale-issue-closer.yml @@ -14,4 +14,4 @@ jobs: permissions: contents: read issues: write - uses: aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml@1ce65d9d6bf531169718a5e967e15d72fc958265 + uses: aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml@d6b017da14385908951d23e26c790b28a4e5f9f0