From 37c8eccc5f5024340b4d48ab5251688b88f13f2c Mon Sep 17 00:00:00 2001 From: Hans <11695964+hupling@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:05:03 +0200 Subject: [PATCH 1/2] Update actionlint.yml --- .github/workflows/actionlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 360520a25..b76e04364 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@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-actionlint@test-update From bedc6a487c4fc5f3d707403e2061be9de42566e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20M=C3=BCller?= <11695964+hupling@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:10:03 +0200 Subject: [PATCH 2/2] fix bug --- .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/maven-node-build.yml | 8 ++++---- .github/workflows/maven-release.yml | 6 +++--- .github/workflows/npm-release.yml | 8 ++++---- .github/workflows/pr-labeler.yml | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b737e0458..aa250f0c1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,10 +40,10 @@ jobs: python: ${{ steps.filter.outputs.python }} steps: - name: Checkout repository - uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@test-update - name: Path Filter id: filter - uses: it-at-m/lhm_actions/action-templates/actions/action-filter@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-filter@test-update codeql-java: name: Analyze Java source files runs-on: ubuntu-latest @@ -53,7 +53,7 @@ jobs: matrix: build-path: ["./refarch-backend", "./refarch-eai"] # 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@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@test-update if: ${{ env.analyze-java == 'true' && (github.ref_name == 'main' || needs.check-changes.outputs.java == 'true') }} with: codeql-language: java-kotlin @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest needs: check-changes steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@test-update if: ${{ env.analyze-javascript-typescript-vue == 'true' && (github.ref_name == 'main' || needs.check-changes.outputs.javascript-typescript-vue == 'true') }} with: codeql-language: javascript-typescript @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest needs: check-changes steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@test-update if: ${{ env.analyze-python == 'true' && (github.ref_name == 'main' || needs.check-changes.outputs.python == 'true') }} with: codeql-language: python diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index beb5033c0..a5c8cfd15 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@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@test-update diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b25be52cf..9196b0dc7 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - id: build_docs - uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@test-update - id: deploy_docs # Only deploy documentation from the main branch to prevent unauthorized changes - uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@test-update diff --git a/.github/workflows/dockercompose-healthcheck.yml b/.github/workflows/dockercompose-healthcheck.yml index ce59ee756..4e92bf15d 100644 --- a/.github/workflows/dockercompose-healthcheck.yml +++ b/.github/workflows/dockercompose-healthcheck.yml @@ -9,7 +9,7 @@ jobs: name: Run docker compose healthcheck runs-on: ubuntu-latest steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-dockercompose-healthcheck@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-dockercompose-healthcheck@test-update with: skip-exited: true # required for keycloakmigration init container compose-file-path: "./stack/" diff --git a/.github/workflows/maven-node-build.yml b/.github/workflows/maven-node-build.yml index 1867c2be3..e82b093c2 100644 --- a/.github/workflows/maven-node-build.yml +++ b/.github/workflows/maven-node-build.yml @@ -21,19 +21,19 @@ jobs: - app-path: refarch-webcomponent steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@test-update - if: ${{ hashFiles(format('./{0}/package.json', matrix.app-path))!=null }} id: node - uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@test-update with: app-path: ${{ matrix.app-path }} - if: ${{ hashFiles(format('./{0}/pom.xml', matrix.app-path))!=null }} id: maven - uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@test-update with: app-path: ${{ matrix.app-path }} - if: github.ref == 'refs/heads/main' - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@test-update with: path: ${{ matrix.app-path }} image-name: ${{ matrix.app-path }} diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index dd43ba5d5..872c540e5 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -29,7 +29,7 @@ jobs: TZ: Europe/Berlin # timezone steps: - id: maven-release-step - uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@test-update with: app-path: ${{ github.event.inputs.app-path }} releaseVersion: ${{ github.event.inputs.releaseVersion }} @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest needs: release-maven steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@test-update with: path: ${{ github.event.inputs.app-path }} image-name: ${{ github.event.inputs.app-path }} @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download a single artifact - uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@test-update with: artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }} tag-name: ${{ inputs.app-path }}-${{ github.event.inputs.releaseVersion }} diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index f58b631e0..993809a28 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -36,12 +36,12 @@ jobs: ARTIFACT_VERSION: ${{ steps.npm_release.outputs.ARTIFACT_VERSION }} steps: - id: npm_release - uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@test-update with: app-path: ${{ inputs.app-path }} releaseVersion: ${{ inputs.release-version }} - id: node - uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@test-update with: app-path: ${{ inputs.app-path }} - if: ${{ !inputs.skip-deployment }} @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest needs: release steps: - - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@test-update with: path: ${{ inputs.app-path }} image-name: ${{ inputs.app-path }} @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub Release - uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@test-update with: artifact-name: ${{ needs.release.outputs.ARTIFACT_NAME }} tag-name: ${{ inputs.app-path }}-${{ needs.release.outputs.ARTIFACT_VERSION }} diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 3df05916b..c0a5f2c69 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -10,4 +10,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@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20 + - uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@test-update