Skip to content

Commit d6243e9

Browse files
dependabot[bot]monty-botacabarbaye
authored
⬆️ Bump github/codeql-action from 3.28.1 to 3.28.2 (#109)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.1 to 3.28.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v3.28.2</h2> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>3.28.2 - 21 Jan 2025</h2> <p>No user facing changes.</p> <p>See the full <a href="https://github.com/github/codeql-action/blob/v3.28.2/CHANGELOG.md">CHANGELOG.md</a> for more information.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/d68b2d4edb4189fd2a5366ac14e72027bd4b37dd"><code>d68b2d4</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2708">#2708</a> from github/update-v3.28.2-d90e07f32</li> <li><a href="https://github.com/github/codeql-action/commit/ea237964450673c10ad7b678a6aab37176b787a3"><code>ea23796</code></a> Update changelog for v3.28.2</li> <li><a href="https://github.com/github/codeql-action/commit/d90e07f32eb48924444e8069d5f1fbaaad678989"><code>d90e07f</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2703">#2703</a> from github/dependabot/npm_and_yarn/npm-cd3f77644b</li> <li><a href="https://github.com/github/codeql-action/commit/7b7562b1766199469ed7f907ce332bdd498e8a28"><code>7b7562b</code></a> Update checked-in dependencies</li> <li><a href="https://github.com/github/codeql-action/commit/c16863838b8cb3c55d7f56d546070ebaa43615e5"><code>c168638</code></a> build(deps): bump the npm group with 3 updates</li> <li><a href="https://github.com/github/codeql-action/commit/0f1559aeaf806072ddd427d1b11e1c956e4851a0"><code>0f1559a</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2699">#2699</a> from github/cklin/diff-informed-file-fallback</li> <li><a href="https://github.com/github/codeql-action/commit/2d608a3097df825010b85ce95b428eacc500fbf0"><code>2d608a3</code></a> Merge branch 'main' into cklin/diff-informed-file-fallback</li> <li><a href="https://github.com/github/codeql-action/commit/94f08f339edaf905c30a3c0cb4d3dc88f8f1028c"><code>94f08f3</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2698">#2698</a> from github/cklin/diff-informed-status-report</li> <li><a href="https://github.com/github/codeql-action/commit/071996fbe2aafc9c8cce73ed09679656c8ba6cb7"><code>071996f</code></a> getDiffRanges: better fallback for absent patch</li> <li><a href="https://github.com/github/codeql-action/commit/5889cfd4994efea544ff3bc9f368822ecb589693"><code>5889cfd</code></a> Add analysis_is_diff_informed to status report</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/v3.28.1...v3.28.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.28.1&new-version=3.28.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <[email protected]> Co-authored-by: Adrien CABARBAYE <[email protected]>
1 parent cdc7ff0 commit d6243e9

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/codeql-analysis.yml

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

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3.28.1
45+
uses: github/codeql-action/init@v3.29.1
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v3.28.1
56+
uses: github/codeql-action/autobuild@v3.29.1
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v3.28.1
70+
uses: github/codeql-action/analyze@v3.29.1

.github/workflows/codeql.yml

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

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v3.28.1
44+
uses: github/codeql-action/init@v3.29.1
4545
with:
4646
languages: ${{ matrix.language }}
4747
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@v3.28.1
58+
uses: github/codeql-action/autobuild@v3.29.1
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -68,6 +68,6 @@ jobs:
6868
# ./location_of_script_within_repo/buildscript.sh
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v3.28.1
71+
uses: github/codeql-action/analyze@v3.29.1
7272
with:
7373
category: "/language:${{matrix.language}}"

.github/workflows/scorecards.yml

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

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460 # v2.28.0
70+
uses: github/codeql-action/upload-sarif@4c57370d0304fbff638216539f81d9163f77712a # v2.28.0
7171
with:
7272
sarif_file: results.sarif

news/20250627180406.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: codeql-action-3.28.2

0 commit comments

Comments
 (0)