Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update github actions #694

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
helm-version: v3.11.0
helm-version: v3.15.1

jobs:
release:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
helm s3 push chart_release/* tscharts --acl public-read --relative

- name: Create release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.14.0
with:
tag: ${{ env.CHART_VERSION }}
allowUpdates: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sec-audit.yml
Expand Up @@ -9,8 +9,8 @@ on:

env:
golang-version: 1.18.4
helm-version: v3.11.0
kubescape-version: v2.0.183
helm-version: v3.15.1
kubescape-version: v2.9.2

jobs:
security-audit:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -4,7 +4,7 @@ on:
branches-ignore: ['renovate/**']
pull_request:
env:
helm-version: v3.11.0
helm-version: v3.15.1
jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (lint)
run: make lint
- name: Run ShellCheck on scripts shipped with helm chart
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
sudo sysctl fs.inotify.max_user_watches=524288
sudo sysctl fs.inotify.max_user_instances=524288
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
uses: helm/chart-testing-action@v2.6.1
- name: Start kuberenetes cluster with cert-manager
env:
KUBE_VERSION: ${{ matrix.kube }}
Expand Down