From 876d981226ae81756e693f0e40a61508ce88e442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:37:03 +0000 Subject: [PATCH] chore(deps): bump the gh-actions-packages group with 2 updates Bumps the gh-actions-packages group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [DataDog/commit-headless](https://github.com/datadog/commit-headless). Updates `github/codeql-action` from 4.35.3 to 4.35.4 - [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/e46ed2cbd01164d986452f91f178727624ae40d7...68bde559dea0fdcac2102bfdf6230c5f70eb485e) Updates `DataDog/commit-headless` from 3.2.0 to 3.3.0 - [Changelog](https://github.com/DataDog/commit-headless/blob/main/CHANGELOG.md) - [Commits](https://github.com/datadog/commit-headless/compare/ad3668640012ec69186398f43d61923f6878bbbe...567f7eedac58750aa573f48fd60cfe478abc65bd) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: DataDog/commit-headless dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/create-test-mirror-pr.yml | 2 +- .github/workflows/delete-test-mirror-pr.yml | 2 +- .github/workflows/update-mirror-digests.yml | 2 +- .github/workflows/vuln-check.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b036d16..afd56ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,6 @@ jobs: TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/create-test-mirror-pr.yml b/.github/workflows/create-test-mirror-pr.yml index 77adc60..6d5f395 100644 --- a/.github/workflows/create-test-mirror-pr.yml +++ b/.github/workflows/create-test-mirror-pr.yml @@ -78,7 +78,7 @@ jobs: - name: Push changes if: ${{ steps.create-commit.outputs.has_changes == 'true' }} - uses: DataDog/commit-headless@ad3668640012ec69186398f43d61923f6878bbbe # action/v3.2.0 + uses: DataDog/commit-headless@567f7eedac58750aa573f48fd60cfe478abc65bd # action/v3.3.0 with: target: DataDog/images token: "${{ steps.octo-sts.outputs.token }}" diff --git a/.github/workflows/delete-test-mirror-pr.yml b/.github/workflows/delete-test-mirror-pr.yml index 08941a4..05cf8e4 100644 --- a/.github/workflows/delete-test-mirror-pr.yml +++ b/.github/workflows/delete-test-mirror-pr.yml @@ -64,7 +64,7 @@ jobs: working-directory: images - name: Push changes - uses: DataDog/commit-headless@ad3668640012ec69186398f43d61923f6878bbbe # action/v3.2.0 + uses: DataDog/commit-headless@567f7eedac58750aa573f48fd60cfe478abc65bd # action/v3.3.0 with: target: DataDog/images token: "${{ steps.octo-sts.outputs.token }}" diff --git a/.github/workflows/update-mirror-digests.yml b/.github/workflows/update-mirror-digests.yml index 829ab90..6863e0a 100644 --- a/.github/workflows/update-mirror-digests.yml +++ b/.github/workflows/update-mirror-digests.yml @@ -95,7 +95,7 @@ jobs: - name: Push changes if: ${{ steps.create-commit.outputs.has_changes == 'true' }} - uses: DataDog/commit-headless@ad3668640012ec69186398f43d61923f6878bbbe # action/v3.2.0 + uses: DataDog/commit-headless@567f7eedac58750aa573f48fd60cfe478abc65bd # action/v3.3.0 with: target: DataDog/images token: "${{ steps.octo-sts.outputs.token }}" diff --git a/.github/workflows/vuln-check.yml b/.github/workflows/vuln-check.yml index 02aad6b..cb633d1 100644 --- a/.github/workflows/vuln-check.yml +++ b/.github/workflows/vuln-check.yml @@ -42,7 +42,7 @@ jobs: TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 if: always() with: sarif_file: 'trivy-results.sarif'