Skip to content

Commit ae7446b

Browse files
Build(deps): Bump github/codeql-action from 3.29.10 to 3.30.0 in the all group (#111)
Build(deps): Bump github/codeql-action in the all group Bumps the all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.29.10 to 3.30.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v3.29.10...v3.30.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aaff9bf commit ae7446b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v3.29.10
53+
uses: github/codeql-action/init@v3.30.0
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,6 +61,6 @@ jobs:
6161
# queries: security-extended,security-and-quality
6262

6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@v3.29.10
64+
uses: github/codeql-action/analyze@v3.30.0
6565
with:
6666
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

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

6464
# Upload the results to GitHub's code scanning dashboard.
6565
- name: "Upload to code-scanning"
66-
uses: github/codeql-action/upload-sarif@e96e340c1e95e91449de06aabfa9525b7b98113f # v2.23.0
66+
uses: github/codeql-action/upload-sarif@f9a0f98a391397619da21c38f1ebf973bd6a55f4 # v2.23.0
6767
with:
6868
sarif_file: results.sarif

0 commit comments

Comments
 (0)