From e7d93779bb3fea9dd149253da086e1c1d27f534c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:39:29 +0000 Subject: [PATCH] chore(deps): update it-at-m/lhm_actions action to v1.5.4 --- .github/workflows/actionlint.yml | 2 +- .github/workflows/build.yml | 8 ++++---- .github/workflows/codeql.yml | 10 +++++----- .github/workflows/dependency-review.yml | 2 +- .github/workflows/deploy-docs.yml | 4 ++-- .github/workflows/dockercompose-healthcheck.yml | 2 +- .github/workflows/pr-labeler.yml | 2 +- .github/workflows/release-maven.yml | 6 +++--- .github/workflows/release-npm.yml | 8 ++++---- .github/workflows/trivy.yml | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 936869734..7665d1ead 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -10,4 +10,4 @@ jobs: name: Run actionlint runs-on: ubuntu-latest steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-actionlint@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-actionlint@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3363467ae..4fb1aa6dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,21 +23,21 @@ jobs: - app-path: raumreservierung-frontend steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 - id: node # required for steps.* syntax if: ${{ hashFiles(format('./{0}/package.json', matrix.app-path)) != '' }} - uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: app-path: ${{ matrix.app-path }} node-version: "24" - id: maven # required for steps.* syntax if: ${{ hashFiles(format('./{0}/pom.xml', matrix.app-path)) != '' }} - uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: app-path: ${{ matrix.app-path }} java-version: "21" - if: github.ref == 'refs/heads/main' - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: path: ${{ matrix.app-path }} image-name: ${{ matrix.app-path }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a5c806830..fd7905282 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,9 +35,9 @@ jobs: javascript-typescript-vue: ${{ steps.filter.outputs.javascript-typescript-vue }} python: ${{ steps.filter.outputs.python }} steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 - id: filter - uses: it-at-m/lhm_actions/action-templates/actions/action-filter@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + uses: it-at-m/lhm_actions/action-templates/actions/action-filter@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 codeql-java: runs-on: ubuntu-latest permissions: @@ -49,7 +49,7 @@ jobs: matrix: build-path: ["./raumreservierung-backend"] # JSON array formatted as string, contains the paths to the java projects to build steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 if: ${{ env.analyze-java == 'true' && (github.ref_name == 'main' || needs.codeql-check-changed-files.outputs.java == 'true') }} with: codeql-language: java-kotlin @@ -64,7 +64,7 @@ jobs: security-events: write needs: codeql-check-changed-files steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 if: ${{ env.analyze-javascript-typescript-vue == 'true' && (github.ref_name == 'main' || needs.codeql-check-changed-files.outputs.javascript-typescript-vue == 'true') }} with: codeql-language: javascript-typescript @@ -76,7 +76,7 @@ jobs: security-events: write needs: codeql-check-changed-files steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 if: ${{ env.analyze-python == 'true' && (github.ref_name == 'main' || needs.codeql-check-changed-files.outputs.python == 'true') }} with: codeql-language: python diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 962e78f53..652d8dafc 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -7,4 +7,4 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2ead076af..b637913ea 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -22,8 +22,8 @@ jobs: pages: write id-token: write steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: node-version: "24" # Only deploy documentation from the main branch to prevent unauthorized changes - - uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 diff --git a/.github/workflows/dockercompose-healthcheck.yml b/.github/workflows/dockercompose-healthcheck.yml index 30cd509e1..dba036067 100644 --- a/.github/workflows/dockercompose-healthcheck.yml +++ b/.github/workflows/dockercompose-healthcheck.yml @@ -10,7 +10,7 @@ jobs: permissions: contents: read steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-dockercompose-healthcheck@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-dockercompose-healthcheck@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: skip-exited: true # required for keycloakmigration init container compose-file-path: "./stack/" diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 0662154e0..cf0098932 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -11,4 +11,4 @@ jobs: issues: write # permission to create labels if not exist runs-on: ubuntu-latest steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 diff --git a/.github/workflows/release-maven.yml b/.github/workflows/release-maven.yml index 38ec24083..941531197 100644 --- a/.github/workflows/release-maven.yml +++ b/.github/workflows/release-maven.yml @@ -32,7 +32,7 @@ jobs: TZ: Europe/Berlin steps: - id: release-maven-artifact - uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: app-path: ${{ github.event.inputs.app-path }} java-version: "21" @@ -50,7 +50,7 @@ jobs: permissions: packages: write steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: path: ${{ github.event.inputs.app-path }} image-name: ${{ github.event.inputs.app-path }} @@ -67,7 +67,7 @@ jobs: permissions: contents: write steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: artifact-name: ${{ needs.release-maven-artifact.outputs.ARTIFACT_NAME }} tag-name: ${{ inputs.app-path }}-${{ github.event.inputs.releaseVersion }} diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index e2073b5ad..22719ae9e 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -36,14 +36,14 @@ jobs: ARTIFACT_VERSION: ${{ steps.release-npm-artifact.outputs.ARTIFACT_VERSION }} steps: - id: release-npm-artifact - uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: app-path: ${{ inputs.app-path }} node-version: "24" releaseVersion: ${{ inputs.release-version }} use-pr: "true" - id: build - uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: app-path: ${{ inputs.app-path }} node-version: "24" @@ -60,7 +60,7 @@ jobs: permissions: packages: write steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: path: ${{ inputs.app-path }} image-name: ${{ inputs.app-path }} @@ -77,7 +77,7 @@ jobs: permissions: contents: write steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4 with: artifact-name: ${{ needs.release-npm-artifact.outputs.ARTIFACT_NAME }} tag-name: ${{ inputs.app-path }}-${{ needs.release-npm-artifact.outputs.ARTIFACT_VERSION }} diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 13f5ccd17..73088e059 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -14,4 +14,4 @@ jobs: security-events: write # Required to upload SARIF results to the GitHub Security tab if: github.event_name != 'schedule' || github.ref == 'refs/heads/main' steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-trivy@acb09213786b76dd7aa52ec1d901390d28c60eb0 # v1.0.29 + - uses: it-at-m/lhm_actions/action-templates/actions/action-trivy@54b32c7d11363cad45838c9a3d8a8560b93f0e8c # v1.5.4