diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index 6a3dcd72a..576d898f7 100644 --- a/.github/workflows/container_test.yml +++ b/.github/workflows/container_test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Maven Action uses: "s4u/setup-maven-action@v1.5.0" with: - java-version: 18 + java-version: 19 maven-version: 3.8.5 - uses: actions/checkout@v3 - name: Navigate to test script and run diff --git a/.github/workflows/minikube-vault-test.yml b/.github/workflows/minikube-vault-test.yml index aa17ddedc..74c12c613 100644 --- a/.github/workflows/minikube-vault-test.yml +++ b/.github/workflows/minikube-vault-test.yml @@ -18,9 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v3 - - uses: innovationnorway/setup-vault@v1 - with: - version: '>1.9' + - uses: eLco/setup-vault@v1 - name: Start minikube uses: medyagh/setup-minikube@master with: diff --git a/aws/README.md b/aws/README.md index 7332100c0..0662c4184 100644 --- a/aws/README.md +++ b/aws/README.md @@ -117,8 +117,8 @@ The documentation below is auto-generated to give insight on what's created via | Name | Source | Version | |------|--------|---------| -| [eks](#module\_eks) | terraform-aws-modules/eks/aws | 18.29.0 | -| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.14.4 | +| [eks](#module\_eks) | terraform-aws-modules/eks/aws | 18.30.0 | +| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.16.0 | ## Resources diff --git a/config/.lycheeignore b/config/.lycheeignore index 4e186b6fd..73e466e0a 100644 --- a/config/.lycheeignore +++ b/config/.lycheeignore @@ -5,3 +5,4 @@ file://.* https://github.com/Your_Github_Handle.* https://wrongsecrets-ctf.herokuapp.com/api/Challenges https://wrongsecrets.herokuapp.com +https://wrongsecrets-commjoen.cloud.okteto.net/ diff --git a/pom.xml b/pom.xml index c75f9ea22..ebb8c518f 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ - 18 - 18 + 19 + 19 2021.0.4 1.18.24 2.17.285 @@ -306,7 +306,6 @@ maven-checkstyle-plugin 3.2.0 - UTF-8 true true config/checkstyle/checkstyle.xml