From 9307c3332c082cfafae2929f40eeb6448a1c6216 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:58:45 +0000 Subject: [PATCH] chore(deps): update github actions (non-major) --- .github/workflows/docker-image-to-aws-ecr.yaml | 2 +- .github/workflows/ecr-publish.yaml | 2 +- .github/workflows/security.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image-to-aws-ecr.yaml b/.github/workflows/docker-image-to-aws-ecr.yaml index 5b59d82..8fde372 100644 --- a/.github/workflows/docker-image-to-aws-ecr.yaml +++ b/.github/workflows/docker-image-to-aws-ecr.yaml @@ -64,7 +64,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2 + uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2 with: registries: ${{ inputs.AWS_ACCOUNT_ID }} mask-password: "true" # see: https://github.com/aws-actions/amazon-ecr-login#docker-credentials diff --git a/.github/workflows/ecr-publish.yaml b/.github/workflows/ecr-publish.yaml index fa4f920..444e583 100644 --- a/.github/workflows/ecr-publish.yaml +++ b/.github/workflows/ecr-publish.yaml @@ -69,7 +69,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr-public - uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2 + uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2 with: registry-type: public diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index c70b385..a57a07c 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest if: ${{ inputs.ENABLE_BANDIT || inputs.ENABLE_SAST }} container: - image: semgrep/semgrep@sha256:3dab091ee3247fce7e4ed3df9f92b3bd72692c083295f53cec3f135b86404db1 + image: semgrep/semgrep@sha256:a3d49dc967b8534a6a76628e50c51cbfe33eb7195dc2feab1fdc0f100852c8ef steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - run: semgrep scan --config auto \ No newline at end of file