Skip to content
Merged
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
16 changes: 16 additions & 0 deletions .changeset/witty-timers-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"cicd-build-publish-artifacts-go": minor
"ctf-setup-run-tests-environment": minor
"build-push-docker-manifest": minor
"chip-schema-registration": minor
"crib-deploy-environment": minor
"pull-private-ecr-image": minor
"ci-beholder-validator": minor
"k8s-tailscale-connect": minor
"docker-image-patch": minor
"build-push-docker": minor
"promote-image-ecr": minor
"ecr-image-exists": minor
---

chore: bump some action dependencies to node24 version
2 changes: 1 addition & 1 deletion actions/build-push-docker-manifest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ runs:

- name: Login to ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
registry-type: >-
${{
Expand Down
4 changes: 2 additions & 2 deletions actions/build-push-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,14 @@ runs:

- name: Login to private ECR registries for base images
if: ${{ steps.dockerfile-ecr-parse.outputs.needs-ecr-login == 'true' }}
uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2.1.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
registries: ${{ steps.dockerfile-ecr-parse.outputs.ecr-registries }}

- name: Login to ECR for publishing
if: ${{ inputs.docker-push == 'true' }}
id: login-ecr
uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2.1.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
registry-type: >-
${{
Expand Down
4 changes: 2 additions & 2 deletions actions/chip-schema-registration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
- uses: actions/checkout@v6

- name: Login to ECR
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
registries: ${{ inputs.aws-account-id }}

Expand All @@ -61,7 +61,7 @@ runs:
docker tag $AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/atlas-chip-cli:qa-latest chip-cli

- name: Connect to Tailscale
uses: tailscale/github-action@84a3f23bb4d843bcf4da6cf824ec1be473daf4de
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
with:
oauth-client-id: ${{ inputs.ts-ouath-client-id }}
oauth-secret: ${{ inputs.ts-ouath-secret }}
Expand Down
2 changes: 1 addition & 1 deletion actions/ci-beholder-validator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:

- name: Login to aws ecr
id: login-ecr
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
registries: ${{ inputs.aws-account-number }}

Expand Down
2 changes: 1 addition & 1 deletion actions/cicd-build-publish-artifacts-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ runs:

- name: Login to aws ecr
if: inputs.publish == 'true' && inputs.docker-registry == 'aws'
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
registries: ${{ steps.process-params.outputs.aws-account-number }}

Expand Down
2 changes: 1 addition & 1 deletion actions/crib-deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ runs:
cli: './cli/**'

- name: Login to AWS ECR for Helm
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
env:
AWS_REGION: ${{ inputs.aws-region }}
with:
Expand Down
2 changes: 1 addition & 1 deletion actions/ctf-setup-run-tests-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ runs:
- name: Login to Amazon ECR
if: inputs.aws_registries && inputs.QA_AWS_REGION
id: login-ecr
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
registries: ${{ inputs.aws_registries }}
env:
Expand Down
4 changes: 2 additions & 2 deletions actions/docker-image-patch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ runs:

- name: Login to ECR for source image
id: login-ecr-src
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
env:
AWS_REGION: ${{ steps.set-outputs.outputs.registry-src-type == 'public' && 'us-east-1' || inputs.aws-region }}
with:
Expand Down Expand Up @@ -175,7 +175,7 @@ runs:

- name: Login to ECR for destination image
id: login-ecr-dst
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
env:
AWS_REGION: ${{ inputs.aws-region }}
with:
Expand Down
2 changes: 1 addition & 1 deletion actions/ecr-image-exists/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
mask-password: "true"

Expand Down
3 changes: 1 addition & 2 deletions actions/k8s-tailscale-connect/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ runs:
using: "composite"
steps:
- name: Connect to Tailscale
# v3
uses: tailscale/github-action@84a3f23bb4d843bcf4da6cf824ec1be473daf4de
uses: tailscale/github-action@306e68a486fd2350f2bfc3b19fcd143891a4a2d8 # v4.1.2
with:
oauth-client-id: ${{ inputs.tailscale-oauth-client-id }}
oauth-secret: ${{ inputs.tailscale-oauth-secret }}
Expand Down
4 changes: 2 additions & 2 deletions actions/promote-image-ecr/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:

- name: Login to Amazon ECR (SOURCE)
id: src
uses: aws-actions/amazon-ecr-login@v2
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2

- name: Configure AWS credentials (DESTINATION)
uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
Expand All @@ -100,7 +100,7 @@ runs:

- name: Login to Amazon ECR (DESTINATION)
id: dst
uses: aws-actions/amazon-ecr-login@v2
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2

- name: Copy image
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion actions/pull-private-ecr-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
mask-aws-account-id: true

- name: Login to Amazon ECR
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2
with:
registries: ${{ inputs.aws-account-number }}

Expand Down
Loading