Skip to content

Commit 9cf6d62

Browse files
chore(deps): update it-at-m/lhm_actions action to v1.0.20 (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19f3c55 commit 9cf6d62

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
dependency-review:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
10+
- uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- id: build_docs
27-
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
27+
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
2828
- id: deploy_docs
2929
# Only deploy documentation from the main branch to prevent unauthorized changes
3030

31-
uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
31+
uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ jobs:
1818
- app-path: captchaservice-backend
1919

2020
steps:
21-
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
21+
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
2222
- if: ${{hashFiles(format('./{0}/package.json', matrix.app-path))!=null}}
2323
id: node
24-
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
24+
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
2525
with:
2626
app-path: "${{ matrix.app-path }}"
2727
- if: ${{hashFiles(format('./{0}/pom.xml', matrix.app-path))!=null}}
2828
id: maven
29-
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
29+
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
3030
with:
3131
app-path: "${{ matrix.app-path }}"
3232
- if: github.ref == 'refs/heads/main'
33-
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
33+
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
3434
with:
3535
path: "${{ matrix.app-path }}"
3636
image-name: "${{ matrix.app-path }}"

.github/workflows/maven-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
TZ: Europe/Berlin # timezone
2929
steps:
3030
- id: maven-release-step
31-
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
31+
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
3232
with:
3333
app-path: "/${{ github.event.inputs.app-path }}"
3434
releaseVersion: "${{ github.event.inputs.releaseVersion }}"
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
needs: release-maven
4444
steps:
45-
- uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
45+
- uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
4646
with:
4747
path: "${{ github.event.inputs.app-path }}"
4848
image-name: "${{ github.event.inputs.app-path }}"
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Download a single artifact
60-
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
60+
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
6161
with:
6262
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
6363
tag-name: ${{needs.release-maven.outputs.MVN_ARTIFACT_ID}}-${{ github.event.inputs.releaseVersion }}

.github/workflows/npm-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ARTIFACT_VERSION: ${{steps.npm_release.outputs.ARTIFACT_VERSION}}
3333
steps:
3434
- id: npm_release
35-
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
35+
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
3636
with:
3737
app-path: ${{inputs.app-path}}
3838
releaseVersion: ${{inputs.release-version}}
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
needs: release
4343
steps:
44-
- uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
44+
- uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
4545
with:
4646
path: "${{ inputs.app-path }}"
4747
image-name: "${{ inputs.app-path }}"
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- name: Create GitHub Release
5959
id: create_release
60-
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
60+
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
6161
with:
6262
artifact-name: ${{ needs.release.outputs.ARTIFACT_NAME }}
6363
tag-name: ${{ needs.release.outputs.ARTIFACT_VERSION }}

.github/workflows/pr-checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
pr-checklist:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: it-at-m/lhm_actions/action-templates/actions/action-pr-checklist@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
11+
- uses: it-at-m/lhm_actions/action-templates/actions/action-pr-checklist@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "Label PR"
13-
uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@6b19f8dd2bee160bee82bde4fa04ac9f6c1d5e1e # v1.0.5
13+
uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20

0 commit comments

Comments
 (0)