Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/test-build-ecr-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ runs:
uses: docker/setup-buildx-action@v3

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-deploy-lambda-function/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions
Expand All @@ -32,7 +32,7 @@ runs:
zip archive.zip ./index.js

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-deploy-to-s3-bucket/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run: brew install bats-core jq

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions
Expand All @@ -34,7 +34,7 @@ runs:
run: tar -zcvf archive.tgz -C ${{ github.action_path }}/assets .

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-is-gh-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-notify-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-package-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Save off action path'
id: path
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-register-task-definition/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-render-jinjanator-template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-render-task-definition/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Download task-definition'
uses: actions/download-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-retag-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-setup-homebrew/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: brew install bats-core

- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Create a Brewfile'
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ runs:
run: brew install bats-core

- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Checkout hello world project'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: mike-carey/hello-world-nodejs
path: ./hello-world
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/test-tag-ecs-resource/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Use local actions'
uses: ./.github/actions/use-local-actions

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: 'us-east-1'
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/github-actions-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-unpack-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
run: brew install bats-core

- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Create archive file'
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ecr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.ref }}

Expand All @@ -263,7 +263,7 @@ jobs:
echo "sha=$sha" >> $GITHUB_OUTPUT

- name: 'Configure AWS credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: ${{ inputs.aws-region }}
role-to-assume: ${{ env.DEPLOY_IAM_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lambda-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:

# configure aws credentials
- name: 'Configure AWS credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-access-key-id: ${{ inputs.aws-access-key-id }}
aws-secret-access-key: ${{ inputs.aws-secret-access-key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/register-task-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
name: ${{ inputs.artifact-name }}

- name: 'Configure AWS Credentials'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: ${{ inputs.aws-region }}
role-to-assume: ${{ env.DEPLOY_IAM_ROLE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/render-task-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ inputs.ref }}

Expand All @@ -121,7 +121,7 @@ jobs:
run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"

- name: 'Setup python'
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ inputs.python-version }}
python-version-file: ${{ inputs.working-directory }}/${{ inputs.python-version-file }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build-ecr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: run-build-ecr-image-workflow
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test build-ecr-image workflow'
uses: ./.github/actions/test-build-ecr-image
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
needs: run-build-ecr-image-workflow-tag
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test build-ecr-image workflow'
uses: ./.github/actions/test-build-ecr-image
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
needs: run-build-ecr-image-retag-if-exists
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test build-ecr-image workflow'
uses: ./.github/actions/test-build-ecr-image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy-lambda-function-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Create archive file'
shell: bash
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- uses: ./.github/actions/test-deploy-lambda-function-workflow
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy-lambda-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test deploy-lambda-function action'
uses: ./.github/actions/test-deploy-lambda-function
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy-to-s3-bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test deploy-to-s3-bucket action'
uses: ./.github/actions/test-deploy-to-s3-bucket
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-is-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test is-gh-release action'
uses: ./.github/actions/test-is-gh-release
2 changes: 1 addition & 1 deletion .github/workflows/test-notify-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test notify-slack action'
id: notify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test package-archive action'
uses: ./.github/actions/test-package-archive
4 changes: 2 additions & 2 deletions .github/workflows/test-register-task-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ACTION_PATH: .github/actions/test-register-task-definition
steps:
- name: 'Checkout'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Rewrite task definition file'
shell: bash
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
TASK_DEFINITION_ARN: arn:aws:ecs:us-east-1:${{ secrets.AWS_ACCOUNT_ID }}:task-definition/github-actions-tests:${{ needs.run-register-task-definition-workflow.outputs.revision-number }}
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test register-task-definition workflow'
uses: ./.github/actions/test-register-task-definition
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-render-jinjanator-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test render-jinjanator-template action'
uses: ./.github/actions/test-render-jinjanator-template
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-render-task-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
needs: run-render-task-definition-workflow
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test render-task-definition workflow'
uses: ./.github/actions/test-render-task-definition
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-retag-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test retag-docker-image action'
uses: ./.github/actions/test-retag-docker-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-retag-ecr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test retag-docker-image action'
uses: ./.github/actions/test-retag-docker-image # we can reuse the same logic as the retag-docker-image action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-setup-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout actions'
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 'Test setup-brew action'
uses: ./.github/actions/test-setup-homebrew
Loading
Loading