Skip to content

Commit

Permalink
[stable/none] Update git actions (deliveryhero#590)
Browse files Browse the repository at this point in the history
* Update helm-conftest.yaml

* update all these also

* force node16

* set it top level

---------

Co-authored-by: Max Williams <[email protected]>
  • Loading branch information
2 people authored and fekaiser committed Oct 23, 2024
1 parent ee3d4c7 commit d2c2617
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^\[stable\/+.+].*'
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/helm-conftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: Helm conftest
on: [pull_request]
jobs:
check-charts:
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
name: Run conftest for all charts
runs-on: ubuntu-latest
container:
image: instrumenta/helm-conftest:latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/[email protected]

- name: Validate all charts
run: bash ci/helm-conftest.sh
2 changes: 1 addition & 1 deletion .github/workflows/helm-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
image: jnorwood/helm-docs:v1.11.0
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- name: Check all charts README.md
run: sh ci/helm-docs.sh
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- name: Run lint
uses: avto-dev/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: alpine/helm:3.9.3
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7
- name: Install git
run: apk add --no-cache git
- name: Install Helm Push plugin
Expand Down

0 comments on commit d2c2617

Please sign in to comment.