Skip to content

Commit 615cc92

Browse files
authored
Merge pull request #60 from awslabs/workflows
Github workflow security updates
2 parents 949f45d + 8aeebd6 commit 615cc92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/plan-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
id: dirs
3131
run: |
3232
DIRS=$(python3 .github/workflows/plan-examples.py)
33-
echo "::set-output name=directories::$DIRS"
34-
33+
echo "directories=$DIRS" >> $GITHUB_OUTPUT
3534
plan:
3635
name: Plan examples
3736
needs: getExampleDirectories
@@ -74,8 +73,9 @@ jobs:
7473
- 'modules/**/*.(tf|yml|yaml)'
7574
- '*.tf'
7675
76+
# https://github.com/aws-actions/configure-aws-credentials
7777
- name: Configure AWS credentials from Test account
78-
uses: aws-actions/configure-aws-credentials@v1
78+
uses: ws-actions/configure-aws-credentials@v1-node16
7979
if: steps.changes.outputs.src== 'true'
8080
with:
8181
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}

0 commit comments

Comments
 (0)