Skip to content

Commit 526fbb5

Browse files
authored
Merge pull request #835 from rust-lang/renovate/github-actions
Update GitHub Actions
2 parents e53ba61 + 558b41e commit 526fbb5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎.github/actions/deploy-ecs/action.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ runs:
1010
using: composite
1111
steps:
1212
- name: Configure AWS credentials
13-
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
13+
uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
1414
with:
1515
role-to-assume: arn:aws:iam::${{ inputs.aws-iam }}:role/gha-access
1616
aws-region: us-east-2
1717

1818
- name: Login to Amazon ECR
1919
id: login-ecr
20-
uses: aws-actions/amazon-ecr-login@d539f0932e70871a027e9d5a9d8fc38589180a64 # v2.1.6
20+
uses: aws-actions/amazon-ecr-login@03f1aad4c6c7ffd436567f42f9384779290529bd # v2.1.7
2121

22-
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
22+
- uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
2323

2424
- name: Build and tag the Docker image
2525
env:

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6363
with:
6464
persist-credentials: false
65-
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
65+
- uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
6666
- name: Build the Docker image
6767
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
6868
with:

‎.github/workflows/zizmor.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Run zizmor
26-
uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
26+
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
2727
with:
2828
persona: pedantic

0 commit comments

Comments
 (0)