Skip to content

Commit 49ba38a

Browse files
chore(deps): update github actions
1 parent 69ff68d commit 49ba38a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
helm-version: v3.11.0
10+
helm-version: v3.11.1
1111

1212
jobs:
1313
release:

.github/workflows/sec-audit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
env:
1111
golang-version: 1.18.4
12-
helm-version: v3.11.0
13-
kubescape-version: v2.0.183
12+
helm-version: v3.11.1
13+
kubescape-version: v2.2.0
1414

1515
jobs:
1616
security-audit:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches-ignore: ['renovate/**']
55
pull_request:
66
env:
7-
helm-version: v3.11.0
7+
helm-version: v3.11.1
88
jobs:
99
lint:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)