Skip to content

Commit 1cf21cd

Browse files
authored
chore: update action depedency versions (#3427)
1 parent e01f1d3 commit 1cf21cd

17 files changed

+30
-30
lines changed

.github/composite_actions/download_test_configuration/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: "composite"
2424
steps:
2525
- name: Configure AWS credentials for {{ inputs.resource_subfolder }}
26-
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
26+
uses: aws-actions/configure-aws-credentials@v4
2727
with:
2828
role-to-assume: ${{ inputs.aws_role_to_assume }}
2929
aws-region: ${{ inputs.aws_region }}

.github/workflows/build_amplify_swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: macos-13
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3.5.3
19+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
2020
with:
2121
persist-credentials: false
2222

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- name: Checkout Code
30-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
30+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
3131
with:
3232
persist-credentials: false
3333

.github/workflows/codeql.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3.5.3
42+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
1919
with:
2020
persist-credentials: false
2121

.github/workflows/deploy_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GITHUB_USER: aws-amplify-ops
4444
steps:
4545
- name: Configure AWS credentials
46-
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
46+
uses: aws-actions/configure-aws-credentials@v4
4747
with:
4848
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
4949
role-session-name: ${{ format('{0}.release', github.run_id) }}
@@ -60,7 +60,7 @@ jobs:
6060
echo "token=$PAT" >> $GITHUB_OUTPUT
6161
6262
- name: Checkout repo
63-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
63+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
6464
with:
6565
fetch-depth: 100
6666
token: ${{steps.retrieve-token.outputs.token}}

.github/workflows/deploy_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_USER: aws-amplify-ops
4040
steps:
4141
- name: Configure AWS credentials
42-
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
42+
uses: aws-actions/configure-aws-credentials@v4
4343
with:
4444
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
4545
role-session-name: ${{ format('{0}.release', github.run_id) }}
@@ -56,7 +56,7 @@ jobs:
5656
echo "token=$PAT" >> $GITHUB_OUTPUT
5757
5858
- name: Checkout repo
59-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
59+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
6060
with:
6161
fetch-depth: 100
6262
token: ${{steps.retrieve-token.outputs.token}}

.github/workflows/deploy_unstable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_USER: aws-amplify-ops
4040
steps:
4141
- name: Configure AWS credentials
42-
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
42+
uses: aws-actions/configure-aws-credentials@v4
4343
with:
4444
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
4545
role-session-name: ${{ format('{0}.release', github.run_id) }}
@@ -56,7 +56,7 @@ jobs:
5656
echo "token=$PAT" >> $GITHUB_OUTPUT
5757
5858
- name: Checkout repo
59-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
59+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
6060
with:
6161
fetch-depth: 100
6262
token: ${{steps.retrieve-token.outputs.token}}

.github/workflows/fortify_scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: macos-latest
2626
environment: Fortify
2727
steps:
28-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3.5.3
28+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
2929
with:
3030
persist-credentials: false
3131

@@ -35,7 +35,7 @@ jobs:
3535
cp -r Amplify source
3636
cp -r AmplifyPlugins source
3737
- name: Configure AWS credentials for fetching fortify resources
38-
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
38+
uses: aws-actions/configure-aws-credentials@v4
3939
with:
4040
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
4141
aws-region: ${{ secrets.AWS_REGION }}

.github/workflows/integ_test_push_notifications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- platform: ${{ github.event.inputs.watchos == 'false' && 'watchOS' || 'None' }}
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 #v3.5.3
42+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4343
with:
4444
persist-credentials: false
4545

@@ -63,7 +63,7 @@ jobs:
6363
destination: ~/.aws-amplify/amplify-ios/testconfiguration/
6464

6565
- name: Set up node
66-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
66+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
6767
with:
6868
node-version: 16.x
6969

0 commit comments

Comments
 (0)