From cbb7f303df36029877ac1ea19e15c2b5997ed73e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:55:59 +0000 Subject: [PATCH] chore(deps): bump the actions-deps group with 2 updates Bumps the actions-deps group with 2 updates: [aws/aws-durable-execution-conformance-tests/.github/workflows/python-opentelemetry.yml](https://github.com/aws/aws-durable-execution-conformance-tests) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `aws/aws-durable-execution-conformance-tests/.github/workflows/python-opentelemetry.yml` from 4fd176f7ddf696fd57c31ca6a9b23d0ccbbbdc19 to 397d523d01bdf97ff8461ab749ddaa445bbf67ca - [Release notes](https://github.com/aws/aws-durable-execution-conformance-tests/releases) - [Commits](https://github.com/aws/aws-durable-execution-conformance-tests/compare/4fd176f7ddf696fd57c31ca6a9b23d0ccbbbdc19...397d523d01bdf97ff8461ab749ddaa445bbf67ca) Updates `github/codeql-action/upload-sarif` from 4.37.6 to 4.37.7 - [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/5595ccaf912efad79be6eef63a5619ff05969be3...ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd) --- updated-dependencies: - dependency-name: aws/aws-durable-execution-conformance-tests/.github/workflows/python-opentelemetry.yml dependency-version: 397d523d01bdf97ff8461ab749ddaa445bbf67ca dependency-type: direct:production dependency-group: actions-deps - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/opentelemetry-conformance-tests.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/opentelemetry-conformance-tests.yml b/.github/workflows/opentelemetry-conformance-tests.yml index 23d6e471..73e83247 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@4fd176f7ddf696fd57c31ca6a9b23d0ccbbbdc19 + uses: aws/aws-durable-execution-conformance-tests/.github/workflows/python-opentelemetry.yml@397d523d01bdf97ff8461ab749ddaa445bbf67ca with: phase: ${{ inputs.phase || 'short' }} delay_seconds: ${{ inputs.delay_seconds || '82800' }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3f3a075d..801e1e83 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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: sarif_file: results.sarif