mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
ci(github-action): pin dependencies
This commit is contained in:
parent
951db69192
commit
072fb7f5fa
4 changed files with 8 additions and 8 deletions
|
@ -40,7 +40,7 @@ runs:
|
||||||
|
|
||||||
- name: Upload gh-pages artifact
|
- name: Upload gh-pages artifact
|
||||||
id: upload-artifact
|
id: upload-artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifactName }}
|
name: ${{ inputs.artifactName }}
|
||||||
path: ${{ runner.temp }}/artifact.tar
|
path: ${{ runner.temp }}/artifact.tar
|
||||||
|
@ -49,13 +49,13 @@ runs:
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deploy-gh-pages
|
id: deploy-gh-pages
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
|
||||||
with:
|
with:
|
||||||
artifact_name: ${{ inputs.artifactName }}
|
artifact_name: ${{ inputs.artifactName }}
|
||||||
|
|
||||||
- name: Clean up artifact
|
- name: Clean up artifact
|
||||||
if: ${{ inputs.deleteArtifactAfterPublish == 'true' }}
|
if: ${{ inputs.deleteArtifactAfterPublish == 'true' }}
|
||||||
uses: joernott/rm-artifact@v1
|
uses: joernott/rm-artifact@ddae76700af6756a6dbb164be87d62d25d85febd # v1.0.4
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifactName }}
|
name: ${{ inputs.artifactName }}
|
||||||
useGlob: false
|
useGlob: false
|
||||||
|
|
4
.github/workflows/chart-release-steps.yaml
vendored
4
.github/workflows/chart-release-steps.yaml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
- name: Get chart details
|
- name: Get chart details
|
||||||
id: chart-details
|
id: chart-details
|
||||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@2025.2.0
|
uses: bjw-s-labs/helm-charts-actions/get-chart-details@591cde3b4648e4228e8097a39b1276c6b8824655
|
||||||
with:
|
with:
|
||||||
path: src/charts/${{ inputs.chart }}
|
path: src/charts/${{ inputs.chart }}
|
||||||
validateChartYaml: true
|
validateChartYaml: true
|
||||||
|
@ -131,7 +131,7 @@ jobs:
|
||||||
# Package Helm chart
|
# Package Helm chart
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
- name: Dereference JSON schema before packaging
|
- name: Dereference JSON schema before packaging
|
||||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@2025.2.0
|
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@591cde3b4648e4228e8097a39b1276c6b8824655
|
||||||
with:
|
with:
|
||||||
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
schemaFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||||
outputFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
outputFile: "src/charts/${{ inputs.chart }}/values.schema.json"
|
||||||
|
|
4
.github/workflows/charts-lint.yaml
vendored
4
.github/workflows/charts-lint.yaml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get chart details for PR
|
- name: Get chart details for PR
|
||||||
id: chart-details-pr
|
id: chart-details-pr
|
||||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@2025.2.0
|
uses: bjw-s-labs/helm-charts-actions/get-chart-details@591cde3b4648e4228e8097a39b1276c6b8824655
|
||||||
with:
|
with:
|
||||||
path: pull/charts/${{ matrix.chart }}
|
path: pull/charts/${{ matrix.chart }}
|
||||||
validateChartYaml: true
|
validateChartYaml: true
|
||||||
|
@ -55,7 +55,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get chart details for default branch
|
- name: Get chart details for default branch
|
||||||
id: chart-details-default
|
id: chart-details-default
|
||||||
uses: bjw-s-labs/helm-charts-actions/get-chart-details@2025.2.0
|
uses: bjw-s-labs/helm-charts-actions/get-chart-details@591cde3b4648e4228e8097a39b1276c6b8824655
|
||||||
with:
|
with:
|
||||||
path: default/charts/${{ matrix.chart }}
|
path: default/charts/${{ matrix.chart }}
|
||||||
allowChartToNotExist: true
|
allowChartToNotExist: true
|
||||||
|
|
2
.github/workflows/charts-test.yaml
vendored
2
.github/workflows/charts-test.yaml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
||||||
helm: "${{ inputs.helmVersion }}"
|
helm: "${{ inputs.helmVersion }}"
|
||||||
|
|
||||||
- name: Dereference JSON schema
|
- name: Dereference JSON schema
|
||||||
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@2025.2.0
|
uses: bjw-s-labs/helm-charts-actions/dereference-json-schema@591cde3b4648e4228e8097a39b1276c6b8824655
|
||||||
with:
|
with:
|
||||||
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
schemaFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||||
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
outputFile: "charts/${{ matrix.chart }}/values.schema.json"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue