Skip to content

Commit eb5d521

Browse files
build(deps): bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: [helm/chart-testing-action](https://github.com/helm/chart-testing-action), [github/codeql-action](https://github.com/github/codeql-action), [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) and [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action). Updates `helm/chart-testing-action` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@e6669bc...0d28d31) Updates `github/codeql-action` from 3.28.1 to 3.28.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b6a472f...f6091c0) Updates `checkmarx/kics-github-action` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](Checkmarx/kics-github-action@9446974...5a6152e) Updates `helm/chart-releaser-action` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/helm/chart-releaser-action/releases) - [Commits](helm/chart-releaser-action@v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: checkmarx/kics-github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: helm/chart-releaser-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8394361 commit eb5d521

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/chart-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
check-latest: true
9090

9191
- name: Set up chart-testing
92-
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
92+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
9393

9494
- name: Run chart-testing (list-changed)
9595
id: list-changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
# Initializes the CodeQL tools for scanning.
7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v2.227
76+
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v2.227
7777
with:
7878
languages: ${{ matrix.language }}
7979
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -87,7 +87,7 @@ jobs:
8787
# Automates dependency installation for Python, Ruby, and JavaScript, optimizing the CodeQL analysis setup.
8888
# If this step fails, then you should remove it and run the build manually (see below)
8989
- name: Autobuild
90-
uses: github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v2.227
90+
uses: github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v2.227
9191

9292
# ℹ️ Command-line programs to run using the OS shell.
9393
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -100,6 +100,6 @@ jobs:
100100
# ./location_of_script_within_repo/buildscript.sh
101101

102102
- name: Perform CodeQL Analysis
103-
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v2.227
103+
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v2.227
104104
with:
105105
category: "/language:${{matrix.language}}"

.github/workflows/kics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646

4747
- name: KICS scan
48-
uses: checkmarx/kics-github-action@94469746ec2c43de89a42fb9d2a80070f5d25b16 # v2.1.3
48+
uses: checkmarx/kics-github-action@5a6152ef88416063435cebadfec9de28bcfd041d # v2.1.4
4949
with:
5050
# Scanning directory .
5151
path: "."
@@ -69,7 +69,7 @@ jobs:
6969
# Upload findings to GitHub Advanced Security Dashboard
7070
- name: Upload SARIF file for GitHub Advanced Security Dashboard
7171
if: always()
72-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
72+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
7373
with:
7474
sarif_file: kicsResults/results.sarif
7575

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
helm dependency update
6060
6161
- name: Run chart-releaser
62-
uses: helm/chart-releaser-action@v1.6.0
62+
uses: helm/chart-releaser-action@v1.7.0
6363
env:
6464
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6565
CR_SKIP_EXISTING: "true"

.github/workflows/trivy-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
limit-severities-for-sarif: true
6767

6868
- name: Upload Trivy scan results to GitHub Security tab
69-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
69+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
7070
if: always()
7171
with:
7272
sarif_file: "trivy-results1.sarif"
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload Trivy scan results to GitHub Security tab
105105
if: always()
106-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
106+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
107107
with:
108108
sarif_file: "trivy-results2.sarif"
109109

@@ -140,6 +140,6 @@ jobs:
140140

141141
- name: Upload Trivy scan results to GitHub Security tab
142142
if: always()
143-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
143+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
144144
with:
145145
sarif_file: "trivy-results3.sarif"

.github/workflows/trivy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
limit-severities-for-sarif: true
6969

7070
- name: Upload Trivy scan results to GitHub Security tab
71-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
71+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
7272
if: always()
7373
with:
7474
sarif_file: "trivy-results1.sarif"
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Upload Trivy scan results to GitHub Security tab
107107
if: always()
108-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
108+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
109109
with:
110110
sarif_file: "trivy-results2.sarif"
111111

@@ -141,6 +141,6 @@ jobs:
141141

142142
- name: Upload Trivy scan results to GitHub Security tab
143143
if: always()
144-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
144+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
145145
with:
146146
sarif_file: "trivy-results3.sarif"

0 commit comments

Comments
 (0)