From 8c881c67eda7af7611f9ea557c97172d9ed1581b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 23:02:29 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/build-docs.yaml | 2 +- .github/workflows/build.yaml | 8 ++++---- .github/workflows/chaos-test.yaml | 4 ++-- .github/workflows/check-links.yaml | 4 ++-- .github/workflows/ci.yaml | 2 +- .github/workflows/codeql.yaml | 2 +- .github/workflows/helm-lint.yaml | 2 +- .github/workflows/lint-pr-title.yaml | 2 +- .github/workflows/mega-linter.yml | 4 ++-- .github/workflows/release-please.yaml | 4 ++-- .github/workflows/release.yaml | 10 +++++----- .../workflows/reset-chart-changelog-annotations.yaml | 2 +- .github/workflows/test-compose-installation.yaml | 2 +- .github/workflows/test-k8s-installation.yaml | 4 ++-- .github/workflows/validate-fhir-resources.yaml | 2 +- .github/workflows/validate-gradle-wrapper.yaml | 4 ++-- .github/workflows/yamllint.yaml | 2 +- 17 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index f6fd731f..2b29433a 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write pages: write diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a00e05ae..13cdcc9e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: permissions: contents: read packages: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: image: ${{ env.IMAGE_NAME }} digest: ${{ steps.build.outputs.digest }} @@ -57,7 +57,7 @@ jobs: - name: Build image id: build - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache cache-to: type=inline @@ -70,7 +70,7 @@ jobs: MODULE_NAME=${{ inputs.module-name }} - name: Run unit tests - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: cache-from: type=gha cache-to: type=gha,mode=max @@ -140,7 +140,7 @@ jobs: sign: name: sign image - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: ${{ github.event_name != 'pull_request' }} needs: - build diff --git a/.github/workflows/chaos-test.yaml b/.github/workflows/chaos-test.yaml index 61ea7ba3..c05b0410 100644 --- a/.github/workflows/chaos-test.yaml +++ b/.github/workflows/chaos-test.yaml @@ -8,7 +8,7 @@ permissions: read-all jobs: run-chaos-tests: name: run chaos tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -17,7 +17,7 @@ jobs: uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 - name: Build image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: push: false load: true diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 7f813b08..3eae79e6 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -10,7 +10,7 @@ permissions: read-all jobs: check-links: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: issues: write steps: @@ -18,7 +18,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0 + uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2 with: args: "--config=.lychee.toml ." env: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed30de0b..0a461bdd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: context: ${{ matrix.context }} test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - build strategy: diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index e46c0da6..25fb8395 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -25,7 +25,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: read contents: read diff --git a/.github/workflows/helm-lint.yaml b/.github/workflows/helm-lint.yaml index e4980f20..c2c4054d 100644 --- a/.github/workflows/helm-lint.yaml +++ b/.github/workflows/helm-lint.yaml @@ -9,7 +9,7 @@ permissions: read-all jobs: lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: ghcr.io/chgl/kube-powertools:v2.3.12@sha256:026468ae2827c50261b1245b0a2a6204f7e2793e086202aad433e6baa720204a steps: - name: Add workspace as safe directory diff --git a/.github/workflows/lint-pr-title.yaml b/.github/workflows/lint-pr-title.yaml index 912e9b65..a4b9d085 100644 --- a/.github/workflows/lint-pr-title.yaml +++ b/.github/workflows/lint-pr-title.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: lint: name: Validate PR title - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 env: diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 969c7ff7..8ea34742 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -23,7 +23,7 @@ concurrency: jobs: build: name: MegaLinter - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read pull-requests: write @@ -40,7 +40,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://oxsecurity.github.io/megalinter/flavors/ - uses: oxsecurity/megalinter@bacb5f8674e3730b904ca4d20c8bd477bc51b1a7 # v7.13.0 + uses: oxsecurity/megalinter@b38cdf1f0cbe056fad4112cb7cd99c2b574c9617 # v8.1.0 env: # All available variables are described in documentation # https://oxsecurity.github.io/megalinter/configuration/ diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 380fbd8b..54d38465 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -9,12 +9,12 @@ permissions: read-all jobs: release-please: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write pull-requests: write steps: - - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13 + - uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1 with: token: ${{ secrets.MIRACUM_BOT_SEMANTIC_RELEASE_TOKEN }} release-type: simple diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6760a297..ad42e5e9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ permissions: {} jobs: publish-helm-chart: name: publish helm chart - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read packages: write @@ -62,7 +62,7 @@ jobs: sync-helm-chart-to-central-chart-repo: name: sync helm chart to central chart repo - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read steps: @@ -89,7 +89,7 @@ jobs: CHART_VERSION=$(yq .version recruit/charts/recruit/Chart.yaml) echo "version=${CHART_VERSION}" >> "$GITHUB_OUTPUT" - - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: token: ${{ secrets.token }} path: miracum-charts @@ -100,7 +100,7 @@ jobs: # experimental publish-kyverno-policies: name: publish kyverno policies - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: ghcr.io/chgl/kube-powertools:v2.3.12@sha256:026468ae2827c50261b1245b0a2a6204f7e2793e086202aad433e6baa720204a continue-on-error: true steps: @@ -117,7 +117,7 @@ jobs: prepare-artifacts: name: prepare artifacts - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - publish-helm-chart outputs: diff --git a/.github/workflows/reset-chart-changelog-annotations.yaml b/.github/workflows/reset-chart-changelog-annotations.yaml index f37be681..7f6d974f 100644 --- a/.github/workflows/reset-chart-changelog-annotations.yaml +++ b/.github/workflows/reset-chart-changelog-annotations.yaml @@ -15,7 +15,7 @@ permissions: read-all jobs: reset-commit-and-push: name: reset changelog annotations, commit, and push - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: ghcr.io/chgl/kube-powertools:v2.3.12@sha256:026468ae2827c50261b1245b0a2a6204f7e2793e086202aad433e6baa720204a permissions: contents: write diff --git a/.github/workflows/test-compose-installation.yaml b/.github/workflows/test-compose-installation.yaml index c11470af..fdfddfe3 100644 --- a/.github/workflows/test-compose-installation.yaml +++ b/.github/workflows/test-compose-installation.yaml @@ -11,7 +11,7 @@ permissions: read-all jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: RECRUIT_IMAGE_BASE_NAME: ghcr.io/${{ github.repository }} RECRUIT_IMAGE_TAG: ${{ inputs.image-tag }} diff --git a/.github/workflows/test-k8s-installation.yaml b/.github/workflows/test-k8s-installation.yaml index afad0517..15aebd31 100644 --- a/.github/workflows/test-k8s-installation.yaml +++ b/.github/workflows/test-k8s-installation.yaml @@ -12,7 +12,7 @@ on: jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -20,7 +20,7 @@ jobs: uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 - name: Build tester image - uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: push: false load: true diff --git a/.github/workflows/validate-fhir-resources.yaml b/.github/workflows/validate-fhir-resources.yaml index a04e9c7d..012270fc 100644 --- a/.github/workflows/validate-fhir-resources.yaml +++ b/.github/workflows/validate-fhir-resources.yaml @@ -11,7 +11,7 @@ permissions: read-all jobs: validate-fhir-resource: name: Validate FHIR resources - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: ghcr.io/miracum/ig-build-tools:v2.1.3@sha256:bf7bea1460447c06f8dbef5ccca1bab2fe9b31b0ccabba6b342859022f5cbd97 steps: - name: Checkout code diff --git a/.github/workflows/validate-gradle-wrapper.yaml b/.github/workflows/validate-gradle-wrapper.yaml index d4ecbb71..ffb24e1d 100644 --- a/.github/workflows/validate-gradle-wrapper.yaml +++ b/.github/workflows/validate-gradle-wrapper.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: validation: name: "Validation" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: gradle/actions/wrapper-validation@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3.5.0 + - uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0 diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index 37f2dc1c..3fd62511 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -16,7 +16,7 @@ permissions: read-all jobs: yamllint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 # contains yamllint container: ghcr.io/chgl/kube-powertools:v2.3.12@sha256:026468ae2827c50261b1245b0a2a6204f7e2793e086202aad433e6baa720204a steps: