Skip to content

Commit f67fcb5

Browse files
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `github/codeql-action` from 3.28.11 to 3.28.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6bb031a...1b549b9) Updates `checkmarx/kics-github-action` from 2.1.5 to 2.1.6 - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](Checkmarx/kics-github-action@3246fb4...09100f0) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-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: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54774ff commit f67fcb5

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql.yml

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

8282
# Initializes the CodeQL tools for scanning.
8383
- name: Initialize CodeQL
84-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v2.227
84+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v2.227
8585
with:
8686
languages: ${{ matrix.language }}
8787
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -95,7 +95,7 @@ jobs:
9595
# Automates dependency installation for Python, Ruby, and JavaScript, optimizing the CodeQL analysis setup.
9696
# If this step fails, then you should remove it and run the build manually (see below)
9797
- name: Autobuild
98-
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v2.227
98+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v2.227
9999

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

110110
- name: Perform CodeQL Analysis
111-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v2.227
111+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v2.227
112112
with:
113113
category: "/language:${{matrix.language}}"

.github/workflows/kics.yml

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

4848
- name: KICS scan
49-
uses: checkmarx/kics-github-action@3246fb456a46d1ea8848ae18793c036718b19fe0 # v2.1.5
49+
uses: checkmarx/kics-github-action@09100f0152c975eb238c67030f9fd1418acb3666 # v2.1.6
5050
with:
5151
# Scanning directory .
5252
path: "."
@@ -70,7 +70,7 @@ jobs:
7070
# Upload findings to GitHub Advanced Security Dashboard
7171
- name: Upload SARIF file for GitHub Advanced Security Dashboard
7272
if: always()
73-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
73+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
7474
with:
7575
sarif_file: kicsResults/results.sarif
7676

.github/workflows/owasp-zap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: Upload HTML report
138138
if: success() || failure()
139-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
139+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
140140
with:
141141
name: ZAP scan report
142142
path: ./report_html.html

.github/workflows/trivy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
timeout: "3600s"
6969

7070
- name: Upload Trivy scan results to GitHub Security tab
71-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
71+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
7272
if: always()
7373
with:
7474
sarif_file: "trivy-results1.sarif"
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Upload Trivy scan results to GitHub Security tab
103103
if: always()
104-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
104+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
105105
with:
106106
sarif_file: "trivy-results2.sarif"
107107

@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: Upload Trivy scan results to GitHub Security tab
135135
if: always()
136-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
136+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
137137
with:
138138
sarif_file: "trivy-results3.sarif"
139139

@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Upload Trivy scan results to GitHub Security tab
167167
if: always()
168-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
168+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
169169
with:
170170
sarif_file: "trivy-results4.sarif"
171171

0 commit comments

Comments
 (0)