Skip to content

Commit 6b9adcc

Browse files
authored
chore: kickoff release
2 parents e01f1d3 + 22a0cf0 commit 6b9adcc

File tree

85 files changed

+276
-325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+276
-325
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/cleanup_labels_issue_close.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/closed_issue_message.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.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}}

0 commit comments

Comments
 (0)