Skip to content

Commit db4138a

Browse files
committed
update actions versions
1 parent ceb70a0 commit db4138a

16 files changed

Lines changed: 33 additions & 31 deletions

.github/workflows/ccip-system-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- name: Enable S3 Cache for Self-Hosted Runners
121-
uses: runs-on/action@bdccf4a8c118feaa74578d6fb51012875a860567 # v2.2.0
121+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
122122

123123
- name: Checkout
124124
uses: actions/checkout@v7
@@ -155,7 +155,7 @@ jobs:
155155
key: test-binaries-${{ inputs.chainlink_version || github.sha }}
156156

157157
- name: Configure AWS Credentials
158-
uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
158+
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
159159
with:
160160
aws-region: ${{ secrets.QA_AWS_REGION }}
161161
role-to-assume: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}

.github/workflows/ci-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
modules: ${{ fromJson(needs.filter.outputs.affected-modules) }}
180180
steps:
181181
- name: Enable S3 Cache for Self-Hosted Runners
182-
uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2
182+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
183183

184184
- name: Checkout
185185
uses: actions/checkout@v6
@@ -313,7 +313,7 @@ jobs:
313313
actions: read
314314
steps:
315315
- name: Enable S3 Cache for Self-Hosted Runners
316-
uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2
316+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
317317

318318
- name: Checkout the repo
319319
if: ${{ matrix.type.should-run == 'true' }}

.github/workflows/ci-deployments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
actions: read
144144
steps:
145145
- name: Enable S3 Cache for Self-Hosted Runners
146-
uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2
146+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
147147

148148
- name: Checkout the repo
149149
uses: actions/checkout@v6

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
build-mode: none
4444
steps:
4545
- name: Enable S3 Cache for Self-Hosted Runners
46-
uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2
47-
46+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
4847

4948
- name: Checkout repository
5049
uses: actions/checkout@v6

.github/workflows/cre-local-env-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
ref: ${{ github.event_name == 'pull_request' && github.sha || inputs.chainlink_version }}
7878

7979
- name: Enable S3 Cache for Self-Hosted Runners
80-
uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2
81-
80+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
8281

8382
- name: Set up Go
8483
id: setup-go
@@ -108,7 +107,7 @@ jobs:
108107
109108
# We need to login to ECR to allow the test to pull the Job Distributor and Chainlink images
110109
- name: Configure AWS Credentials
111-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
110+
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
112111
with:
113112
aws-region: ${{ secrets.QA_AWS_REGION }}
114113
role-to-assume: ${{ secrets.AWS_CTF_READ_ACCESS_ROLE_ARN }}

.github/workflows/cre-regression-system-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135

136136
steps:
137137
- name: Enable S3 Cache for Self-Hosted Runners
138-
uses: runs-on/action@bdccf4a8c118feaa74578d6fb51012875a860567 # v2.2.0
138+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
139139

140140
- name: Checkout
141141
uses: actions/checkout@v7
@@ -161,7 +161,7 @@ jobs:
161161
# Required to pull private ECR images such as Job Distributor (main) and Chip Ingress (main),
162162
# and also the Chainlink image when inputs.ecr is "sdlc".
163163
- name: Configure AWS Credentials
164-
uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
164+
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
165165
with:
166166
aws-region: ${{ secrets.QA_AWS_REGION }}
167167
role-to-assume: ${{ secrets.AWS_CTF_READ_ACCESS_ROLE_ARN }}

.github/workflows/cre-soak-memory-leak.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Enable S3 Cache for Self-Hosted Runners
40-
uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2
40+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
4141

4242
- name: Checkout
4343
uses: actions/checkout@v6
@@ -53,7 +53,7 @@ jobs:
5353
cache: true
5454

5555
- name: Configure AWS Credentials
56-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
56+
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
5757
with:
5858
aws-region: ${{ secrets.QA_AWS_REGION }}
5959
role-to-assume: ${{ secrets.AWS_CTF_READ_ACCESS_ROLE_ARN }}
@@ -96,7 +96,8 @@ jobs:
9696
- name: Start local CRE
9797
uses: ./.github/actions/start-local-cre-environment
9898
with:
99-
jd-image: "${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.${{ secrets.QA_AWS_REGION
99+
jd-image:
100+
"${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.${{ secrets.QA_AWS_REGION
100101
}}.amazonaws.com/job-distributor:0.28.0"
101102
chainlink-image: "${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{
102103
secrets.QA_AWS_REGION }}.amazonaws.com/${{ inputs.ecr_name ||
@@ -120,7 +121,8 @@ jobs:
120121
working-directory: system-tests/tests
121122
env:
122123
CRE_SOAK_DURATION: "2h"
123-
CTF_CHIP_INGRESS_IMAGE: "${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.${{
124+
CTF_CHIP_INGRESS_IMAGE:
125+
"${{ secrets.AWS_ACCOUNT_ID_PROD }}.dkr.ecr.${{
124126
secrets.QA_AWS_REGION
125127
}}.amazonaws.com/atlas-chip-ingress:da84cb72d3a160e02896247d46ab4b9\
126128
806ebee2f"
@@ -159,7 +161,7 @@ jobs:
159161
name: Notify about test Failure
160162
#if: failure()
161163
if: false # TODO: Silence for now
162-
needs: [ soak ]
164+
needs: [soak]
163165
environment:
164166
name: integration
165167
deployment: false

.github/workflows/cre-system-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164

165165
steps:
166166
- name: Enable S3 Cache for Self-Hosted Runners
167-
uses: runs-on/action@bdccf4a8c118feaa74578d6fb51012875a860567 # v2.2.0
167+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
168168

169169
- name: Checkout
170170
uses: actions/checkout@v7
@@ -189,7 +189,7 @@ jobs:
189189

190190
# Required to pull Job Distributor (main), Chip Ingress (main) and Chainlink (sdlc) private images
191191
- name: Configure AWS Credentials
192-
uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
192+
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
193193
with:
194194
aws-region: ${{ secrets.QA_AWS_REGION }}
195195
role-to-assume: ${{ secrets.AWS_CTF_READ_ACCESS_ROLE_ARN }}

.github/workflows/cre-wf-caching-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Enable S3 Cache for Self-Hosted Runners
40-
uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 # v2.1.2
40+
uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc # v2.2.0
4141
with:
4242
metrics: cpu,network,memory,disk,io
4343

@@ -55,7 +55,7 @@ jobs:
5555
cache: true
5656

5757
- name: Configure AWS Credentials
58-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
58+
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
5959
with:
6060
aws-region: ${{ secrets.QA_AWS_REGION }}
6161
role-to-assume: ${{ secrets.AWS_CTF_READ_ACCESS_ROLE_ARN }}

.github/workflows/cre-workflow-don-benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# We need to login to ECR to allow the test to pull the Job Distributor and Chainlink images
5353
- name: Configure AWS Credentials
54-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
54+
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
5555
with:
5656
aws-region: ${{ secrets.QA_AWS_REGION }}
5757
role-to-assume: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}

0 commit comments

Comments
 (0)