Skip to content

Commit

Permalink
chore(deps): update it-at-m/lhm_actions action to v1.0.1 (#823)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 26, 2025
1 parent 5725d71 commit 8fec725
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: build_docs
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
- 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@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
8 changes: 4 additions & 4 deletions .github/workflows/maven-node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
- app-path: refarch-webcomponent

steps:
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
- if: ${{hashFiles(format('./{0}/package.json', matrix.app-path))!=null}}
id: node
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
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@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
with:
app-path: "${{ matrix.app-path }}"
- if: github.ref == 'refs/heads/main'
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
with:
path: "${{ matrix.app-path }}"
image-name: "${{ matrix.app-path }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-release@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
with:
app-path: "/${{ github.event.inputs.app-path }}"
releaseVersion: "${{ github.event.inputs.releaseVersion }}"
Expand All @@ -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@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
- uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
with:
path: "${{ github.event.inputs.app-path }}"
image-name: "${{ github.event.inputs.app-path }}"
Expand All @@ -58,7 +58,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@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
with:
artifact-name: ${{ needs.release-maven.outputs.ARTIFACT_NAME }}
tag-name: ${{needs.release-maven.outputs.MVN_ARTIFACT_ID}}-${{ github.event.inputs.releaseVersion }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
with:
app-path: ${{inputs.app-path}}
releaseVersion: ${{inputs.release-version}}
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: release
steps:
- uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
- uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
with:
path: "${{ inputs.app-path }}"
image-name: "${{ inputs.app-path }}"
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- name: Create GitHub Release
id: create_release
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@07f8f5fe8b5cf856633214abb3174f82b2292e99 # v1.0.0
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@14080db5171a3b2a879ea09e18ea5a276fbfb189 # v1.0.1
with:
artifact-name: ${{ needs.release.outputs.ARTIFACT_NAME }}
tag-name: ${{ needs.release.outputs.ARTIFACT_VERSION }}

0 comments on commit 8fec725

Please sign in to comment.