Skip to content

Commit e7e4a3e

Browse files
deps: update github actions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40e195d commit e7e4a3e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/actions/deploy-keptn-on-cluster/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
check-latest: true
3939

4040
- name: Download artifacts
41-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
41+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4242
with:
4343
path: ~/download/artifacts
4444

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: make unit-test
104104

105105
- name: Report code coverage
106-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
106+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
107107
with:
108108
flags: ${{ matrix.config.name }}
109109
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/component-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: make component-test
3535

3636
- name: Report code coverage
37-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
37+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
3838
with:
3939
flags: component-tests
4040
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
check-latest: true
4848

4949
- name: golangci-lint
50-
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
50+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
5151
with:
5252
working-directory: ${{ matrix.config.folder }}
5353
version: ${{ env.GOLANGCI_LINT_VERSION }}

.github/workflows/security-scans.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Download tag
115115
id: download_manifests
116-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
116+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
117117
with:
118118
name: tag
119119
path: tag
@@ -226,7 +226,7 @@ jobs:
226226

227227
- name: Download images
228228
id: download_images
229-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
229+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
230230
with:
231231
name: images
232232
path: images

.github/workflows/validate-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Node
4242
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
4343
with:
44-
node-version: 16
44+
node-version: 22
4545

4646
- name: Install readme generator
4747
run: |

0 commit comments

Comments
 (0)