Skip to content

Commit b909175

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v6.3.0
1 parent 3a61717 commit b909175

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cleanup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm ci --no-audit
4444

4545
- name: Configure AWS credentials
46-
uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
46+
uses: aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
4747
with:
4848
# The role is set up via https://github.com/hello-nrfcloud/ci
4949
# secrets.AWS_ACCOUNT_ID_CI is an organization secret
@@ -87,7 +87,7 @@ jobs:
8787
run: npm ci --no-audit
8888

8989
- name: Configure AWS credentials
90-
uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
90+
uses: aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
9191
with:
9292
# The role is set up via https://github.com/hello-nrfcloud/ci
9393
# secrets.AWS_ACCOUNT_ID_CI is an organization secret

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
docker pull ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}:${{ matrix.tag }}
6262
6363
- name: Configure AWS credentials
64-
uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
64+
uses: aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
6565
with:
6666
role-to-assume: ${{ secrets.AWS_ROLE }}
6767
aws-region: ${{ vars.AWS_REGION }}
@@ -140,7 +140,7 @@ jobs:
140140
run: npm ci --no-audit
141141

142142
- name: Configure AWS credentials
143-
uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
143+
uses: aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
144144
with:
145145
role-to-assume: ${{ secrets.AWS_ROLE }}
146146
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/test-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: npm ci --no-audit
8080

8181
- name: Configure AWS credentials
82-
uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
82+
uses: aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
8383
with:
8484
# The role is set up via https://github.com/hello-nrfcloud/ci
8585
# secrets.AWS_ACCOUNT_ID_CI is an organization secret
@@ -144,7 +144,7 @@ jobs:
144144
run: npm ci --no-audit
145145

146146
- name: Configure AWS credentials
147-
uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
147+
uses: aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
148148
with:
149149
# The role is set up via https://github.com/hello-nrfcloud/ci
150150
# secrets.AWS_ACCOUNT_ID_CI is an organization secret
@@ -208,7 +208,7 @@ jobs:
208208
run: npm ci --no-audit
209209

210210
- name: Configure AWS credentials
211-
uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
211+
uses: aws-actions/configure-aws-credentials@e1253824e5c10ff9df46874f81ed3ec929e19cfd # v6.3.0
212212
with:
213213
# The role is set up via https://github.com/hello-nrfcloud/ci
214214
# secrets.AWS_ACCOUNT_ID_CI is an organization secret

0 commit comments

Comments
 (0)