Skip to content

Commit 5d11bfa

Browse files
chore(deps): update all non-major github action dependencies
1 parent 7d391dd commit 5d11bfa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Configure aws credentials using OIDC
21-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
21+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
2222
with:
2323
role-to-assume: arn:aws:iam::283582579564:role/threat-modeling-tool-apply
2424
aws-region: ca-central-1

.github/workflows/docker-pr-build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
run: echo "PR_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")" >> $GITHUB_ENV
2626

2727
- name: Checkout
28-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
28+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929

3030
- name: Build container
3131
run: |
3232
docker build -t $REGISTRY/$IMAGE:$PR_NUMBER . -f Dockerfile.lambda
3333
3434
- name: Configure AWS credentials using OIDC
35-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
35+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
3636
with:
3737
role-to-assume: arn:aws:iam::283582579564:role/pr-review-env-manage
3838
role-session-name: PRReviewEnv
@@ -62,7 +62,7 @@ jobs:
6262
run: echo "PR_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")" >> $GITHUB_ENV
6363

6464
- name: Configure AWS credentials using OIDC
65-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
65+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
6666
with:
6767
role-to-assume: arn:aws:iam::283582579564:role/pr-review-env-manage
6868
role-session-name: PRReviewEnv
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Update PR
9393
if: env.URL != ''
94-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
94+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
9595
with:
9696
github-token: ${{secrets.GITHUB_TOKEN}}
9797
script: |

.github/workflows/docker-pr-cleaning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "PR_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")" >> $GITHUB_ENV
2323

2424
- name: Configure AWS credentials using OIDC
25-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
25+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
2626
with:
2727
role-to-assume: arn:aws:iam::283582579564:role/pr-review-env-manage
2828
role-session-name: PRReviewEnv
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "PR_NUMBER=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")" >> $GITHUB_ENV
4343

4444
- name: Configure AWS credentials using OIDC
45-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
45+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
4646
with:
4747
role-to-assume: arn:aws:iam::283582579564:role/pr-review-env-manage
4848
role-session-name: PRReviewEnv

0 commit comments

Comments
 (0)