Skip to content

Commit 8ef99b9

Browse files
Merge branch 'main' into renovate/semver-7.x
2 parents 6b773b8 + 027383c commit 8ef99b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Configure AWS credentials
44-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
44+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
4545
with:
4646
role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action
4747
aws-region: us-east-1

.github/workflows/example_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4 # Checkout the code so we have access to the config file
3636
- name: Configure AWS credentials
37-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
37+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
3838
with:
3939
role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action
4040
aws-region: us-east-1

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
actions-tagger:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb
14+
- uses: Actions-R-Us/actions-tagger@148653c6179832f8392d083de6b46ad3dcc54de3
1515
with:
1616
publish_latest_tag: true
1717
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)