-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fa3945a
commit 0c55a1f
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,14 +35,14 @@ jobs: | |
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis | ||
|
||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v4.6.0 | ||
uses: actions/setup-java@v4.7.0 | ||
with: | ||
java-version: '11' | ||
distribution: 'temurin' | ||
cache: 'maven' | ||
|
||
- name: Setup Node 20 | ||
uses: actions/setup-node@v4.1.0 | ||
uses: actions/setup-node@v4.2.0 | ||
with: | ||
node-version: 20 | ||
cache: 'yarn' | ||
|
@@ -55,7 +55,7 @@ jobs: | |
terraform_wrapper: false | ||
|
||
- name: Setup AWS Credentials for Infrastructure | ||
uses: aws-actions/[email protected].2 | ||
uses: aws-actions/[email protected].3 | ||
with: | ||
aws-region: eu-central-1 | ||
role-to-assume: arn:aws:iam::956243129466:role/github-deployer | ||
|
@@ -76,7 +76,7 @@ jobs: | |
echo "api-gateway-url=$(terraform output -raw api-gateway-url)" >> $GITHUB_OUTPUT | ||
- name: Setup AWS Credentials for Integration Tests | ||
uses: aws-actions/[email protected].2 | ||
uses: aws-actions/[email protected].3 | ||
with: | ||
aws-region: eu-central-1 | ||
role-to-assume: ${{ steps.apply-infrastructure.outputs.integration-test-role-arn }} | ||
|
@@ -87,7 +87,7 @@ jobs: | |
mvn -B -ntp clean install failsafe:integration-test failsafe:verify -DapiGatewayUrl=${{ steps.apply-infrastructure.outputs.api-gateway-url }} | ||
- name: Setup AWS Credentials for Infrastructure | ||
uses: aws-actions/[email protected].2 | ||
uses: aws-actions/[email protected].3 | ||
if: always() | ||
with: | ||
aws-region: eu-central-1 | ||
|
@@ -127,7 +127,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v4.6.0 | ||
uses: actions/setup-java@v4.7.0 | ||
with: | ||
java-version: '11' | ||
distribution: 'temurin' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters