Skip to content

Commit 9b14204

Browse files
chore(deps): bump github/codeql-action from 3.29.5 to 3.29.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.5 to 3.29.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.29.5...v3.29.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent deb0e4a commit 9b14204

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

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

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3.29.5
56+
uses: github/codeql-action/init@v3.29.8
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@v3.29.5
67+
uses: github/codeql-action/autobuild@v3.29.8
6868

6969
# ℹ️ Command-line programs to run using the OS shell.
7070
# 📚 https://git.io/JvXDl
@@ -77,4 +77,4 @@ jobs:
7777
# make release
7878

7979
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v3.29.5
80+
uses: github/codeql-action/analyze@v3.29.8

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
TRIVY_USERNAME: ${{ github.actor }}
254254
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
255255
- name: Upload Trivy scan results to GitHub Security tab
256-
uses: github/codeql-action/upload-sarif@v3.29.5
256+
uses: github/codeql-action/upload-sarif@v3.29.8
257257
with:
258258
sarif_file: 'trivy-results.sarif'
259259

@@ -290,7 +290,7 @@ jobs:
290290
TRIVY_USERNAME: ${{ github.actor }}
291291
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
292292
- name: Upload Trivy scan results to GitHub Security tab
293-
uses: github/codeql-action/upload-sarif@v3.29.5
293+
uses: github/codeql-action/upload-sarif@v3.29.8
294294
with:
295295
sarif_file: 'trivy-results.sarif'
296296

.github/workflows/scorecards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@v3.29.5
60+
uses: github/codeql-action/upload-sarif@v3.29.8
6161
with:
6262
sarif_file: results.sarif

0 commit comments

Comments
 (0)