Skip to content

Commit 7b48c31

Browse files
chore(deps): update it-at-m/lhm_actions action to v1.0.23 (#743)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e020bb commit 7b48c31

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
permissions:
1111
contents: read
1212
steps:
13-
- uses: it-at-m/lhm_actions/action-templates/actions/action-actionlint@12966547963631f8429d42bab860485b413003c2 # v1.0.22
13+
- uses: it-at-m/lhm_actions/action-templates/actions/action-actionlint@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23

.github/workflows/build-integrations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
- name: Maven build
20-
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@12966547963631f8429d42bab860485b413003c2 # v1.0.22
20+
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
2121
id: maven-build-step
2222
with:
2323
app-path: refarch-integrations
@@ -35,7 +35,7 @@ jobs:
3535
path: ./refarch-integrations/refarch-s3-integration/refarch-s3-integration-rest/refarch-s3-integration-rest-service
3636
steps:
3737
- name: Build and push image
38-
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@12966547963631f8429d42bab860485b413003c2 # v1.0.22
38+
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
3939
with:
4040
registry-username: ${{ github.actor }}
4141
registry-password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
permissions:
1010
contents: read
1111
steps:
12-
- uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@12966547963631f8429d42bab860485b413003c2 # v1.0.22
12+
- uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
steps:
2424
- id: build-docs
25-
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@12966547963631f8429d42bab860485b413003c2 # v1.0.22
25+
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
2626
- id: deploy-docs
2727
# Only deploy documentation from the main branch to prevent unauthorized changes
28-
uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@12966547963631f8429d42bab860485b413003c2 # v1.0.22
28+
uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23

.github/workflows/dockercompose-healthcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
steps:
14-
- uses: it-at-m/lhm_actions/action-templates/actions/action-dockercompose-healthcheck@12966547963631f8429d42bab860485b413003c2 # v1.0.22
14+
- uses: it-at-m/lhm_actions/action-templates/actions/action-dockercompose-healthcheck@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
1515
with:
1616
skip-exited: true # required for keycloakmigration init container
1717
compose-file-path: "./stack/"

.github/workflows/maven-node-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ jobs:
2626
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727
- if: ${{ hashFiles(format('./{0}/package.json', matrix.app-path)) != null }}
2828
id: node
29-
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@12966547963631f8429d42bab860485b413003c2 # v1.0.22
29+
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
3030
with:
3131
app-path: "${{ matrix.app-path }}"
3232
- if: ${{ hashFiles(format('./{0}/pom.xml', matrix.app-path)) != null }}
3333
id: maven
34-
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@12966547963631f8429d42bab860485b413003c2 # v1.0.22
34+
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
3535
with:
3636
app-path: "${{ matrix.app-path }}"
3737
- if: github.ref == 'refs/heads/main' && matrix.build-image
38-
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@12966547963631f8429d42bab860485b413003c2 # v1.0.22
38+
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
3939
with:
4040
path: "${{ matrix.app-path }}"
4141
image-name: "${{ matrix.app-path }}"

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Label PR"
14-
uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@12966547963631f8429d42bab860485b413003c2 # v1.0.22
14+
uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- name: Maven build and release
4141
id: maven-release-step
42-
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@12966547963631f8429d42bab860485b413003c2 # v1.0.22
42+
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
4343
with:
4444
app-path: ${{ inputs.module }}
4545
releaseVersion: ${{ inputs.release-version }}
@@ -59,7 +59,7 @@ jobs:
5959
packages: write
6060
steps:
6161
- name: Build and push image
62-
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@12966547963631f8429d42bab860485b413003c2 # v1.0.22
62+
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
6363
with:
6464
registry-username: ${{ github.actor }}
6565
registry-password: ${{ secrets.GITHUB_TOKEN }}
@@ -83,7 +83,7 @@ jobs:
8383
path: ./refarch-integrations/refarch-s3-integration/refarch-s3-integration-rest/refarch-s3-integration-rest-service
8484
steps:
8585
- name: Build and push images
86-
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@12966547963631f8429d42bab860485b413003c2 # v1.0.22
86+
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
8787
with:
8888
registry-username: ${{ github.actor }}
8989
registry-password: ${{ secrets.GITHUB_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- name: Create GitHub Release
105105
id: create_release
106-
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@12966547963631f8429d42bab860485b413003c2 # v1.0.22
106+
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
107107
with:
108108
tag-name: "${{ inputs.module }}_${{ github.event.inputs.release-version }}"
109109
generate-release-notes: true

0 commit comments

Comments
 (0)