Skip to content

Commit 9e22378

Browse files
chore(deps): update github actions (non-major) (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04fe592 commit 9e22378

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image-to-aws-ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Login to Amazon ECR
6666
id: login-ecr
67-
uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2
67+
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2
6868
with:
6969
registries: ${{ inputs.AWS_ACCOUNT_ID }}
7070
mask-password: "true" # see: https://github.com/aws-actions/amazon-ecr-login#docker-credentials

.github/workflows/ecr-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Login to Amazon ECR
7171
id: login-ecr-public
72-
uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2
72+
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2
7373
with:
7474
registry-type: public
7575

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
if: ${{ inputs.ENABLE_BANDIT || inputs.ENABLE_SAST }}
5656
container:
57-
image: semgrep/semgrep@sha256:3dab091ee3247fce7e4ed3df9f92b3bd72692c083295f53cec3f135b86404db1
57+
image: semgrep/semgrep@sha256:a3d49dc967b8534a6a76628e50c51cbfe33eb7195dc2feab1fdc0f100852c8ef
5858
steps:
5959
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6060
- run: semgrep scan --config auto

0 commit comments

Comments
 (0)