Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- uses: it-at-m/lhm_actions/action-templates/actions/action-actionlint@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
- uses: it-at-m/lhm_actions/action-templates/actions/action-actionlint@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
javascript-typescript-vue: ${{ steps.filter.outputs.javascript-typescript-vue }}
steps:
- name: Checkout repository
uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
- name: Path Filter
id: filter
uses: it-at-m/lhm_actions/action-templates/actions/action-filter@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
uses: it-at-m/lhm_actions/action-templates/actions/action-filter@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
codeql-javascript-typescript-vue:
name: Analyze JavaScript/TypeScript/Vue source files
runs-on: ubuntu-latest
needs: check-changes
steps:
- uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
- uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
if: ${{ env.analyze-javascript-typescript-vue == 'true' && (github.ref_name == 'main' || needs.check-changes.outputs.javascript-typescript-vue == 'true') }}
with:
codeql-language: javascript-typescript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
- uses: it-at-m/lhm_actions/action-templates/actions/action-dependency-review@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build pages
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
uses: it-at-m/lhm_actions/action-templates/actions/action-build-docs@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
with:
docs-path: "sitzverteilung-frontend"
dist-path: "dist"
- name: Deploy pages
uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
uses: it-at-m/lhm_actions/action-templates/actions/action-deploy-docs@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
4 changes: 2 additions & 2 deletions .github/workflows/maven-node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- app-path: sitzverteilung-frontend

steps:
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
- if: ${{ hashFiles(format('./{0}/package.json', matrix.app-path))!=null }}
id: node
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
with:
app-path: ${{ matrix.app-path }}
6 changes: 3 additions & 3 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ 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@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-release@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
with:
app-path: ${{ inputs.app-path }}
releaseVersion: ${{ inputs.release-version }}
- id: node
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
with:
app-path: ${{ inputs.app-path }}
create-github-release:
needs: release
runs-on: ubuntu-latest
steps:
- name: Create GitHub Release
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
uses: it-at-m/lhm_actions/action-templates/actions/action-create-github-release@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
with:
artifact-name: ${{ needs.release.outputs.ARTIFACT_NAME }}
tag-name: ${{ inputs.app-path }}-${{ needs.release.outputs.ARTIFACT_VERSION }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@e012d3bda6f9d5511415e2d885f32826049284a4 # v1.0.23
- uses: it-at-m/lhm_actions/action-templates/actions/action-pr-labeler@992204b33cb6a9766bbc8bc57ccd1460c4bf1aa9 # v1.0.26
Loading