Skip to content

Commit c95f5ed

Browse files
dependabot[bot]rayshrey
authored andcommitted
Bump aws-actions/configure-aws-credentials from 2 to 4 (opensearch-project#10504)
* Bump aws-actions/configure-aws-credentials from 2 to 4 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v2...v4) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 1e7397b commit c95f5ed

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/lucene-snapshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: ./gradlew publishJarsPublicationToMavenLocal -Pversion.suffix=snapshot-${{ steps.version.outputs.REVISION }}
5151

5252
- name: Configure AWS credentials
53-
uses: aws-actions/configure-aws-credentials@v2
53+
uses: aws-actions/configure-aws-credentials@v4
5454
with:
5555
role-to-assume: ${{ secrets.LUCENE_SNAPSHOTS_ROLE }}
5656
aws-region: us-west-2

.github/workflows/publish-maven-snapshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: 17
2727

2828
- name: Configure AWS credentials
29-
uses: aws-actions/configure-aws-credentials@v2
29+
uses: aws-actions/configure-aws-credentials@v4
3030
with:
3131
role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }}
3232
aws-region: us-east-1

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
115115
- Bump `com.google.http-client:google-http-client` from 1.43.2 to 1.43.3 ([#10635](https://github.com/opensearch-project/OpenSearch/pull/10635))
116116
- Bump `com.squareup.okio:okio` from 3.5.0 to 3.6.0 ([#10637](https://github.com/opensearch-project/OpenSearch/pull/10637))
117117
- Bump `org.apache.logging.log4j:log4j-core` from 2.20.0 to 2.21.1 ([#10858](https://github.com/opensearch-project/OpenSearch/pull/10858), [#11000](https://github.com/opensearch-project/OpenSearch/pull/11000))
118+
- Bump `aws-actions/configure-aws-credentials` from 2 to 4 ([#10504](https://github.com/opensearch-project/OpenSearch/pull/10504))
118119

119120
### Changed
120121
- Mute the query profile IT with concurrent execution ([#9840](https://github.com/opensearch-project/OpenSearch/pull/9840))
@@ -146,4 +147,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
146147
### Security
147148

148149
[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD
149-
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.12...2.x
150+
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.12...2.x

0 commit comments

Comments
 (0)