Skip to content

Commit

Permalink
Bump github/codeql-action from 3.25.1 to 3.25.2 (flutter#6597)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https:/github/codeql-action) from 3.25.1 to 3.25.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https:/github/codeql-action/commit/8f596b4ae3cb3c588a5c46780b86dd53fef16c52"><code>8f596b4</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2254">#2254</a> from github/update-v3.25.2-4909c1ffb</li>
<li><a href="https:/github/codeql-action/commit/de8916ec5ac8db8f5f23bb0022b18eb9ae622710"><code>de8916e</code></a> Update changelog for v3.25.2</li>
<li><a href="https:/github/codeql-action/commit/4909c1ffb99e09a99e1b55cb1ff576ea03aef64d"><code>4909c1f</code></a> Bump the npm group with 3 updates (<a href="https://redirect.github.com/github/codeql-action/issues/2253">#2253</a>)</li>
<li><a href="https:/github/codeql-action/commit/f45390cde1f1ce2bb4bbf6abf923ec4a4402bf0d"><code>f45390c</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2252">#2252</a> from github/henrymercer/failed-external-repo-config-...</li>
<li><a href="https:/github/codeql-action/commit/1be8c488ebac56b7d1ba38a33fed6df71ff158cd"><code>1be8c48</code></a> Add configuration error for failing to clone external Git repo</li>
<li><a href="https:/github/codeql-action/commit/82edfe29cebc1a8481d9331c337bcd1e22b9de91"><code>82edfe2</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2246">#2246</a> from github/koesie10/remove-incorrect-log</li>
<li><a href="https:/github/codeql-action/commit/8786e1f9a1324ea96ff58a1bf14be25dbccffbbf"><code>8786e1f</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/2249">#2249</a> from github/mergeback/v3.25.1-to-main-c7f91257</li>
<li><a href="https:/github/codeql-action/commit/3c7ac614810a5d162565d3f3453474213c4bb048"><code>3c7ac61</code></a> Update checked-in dependencies</li>
<li><a href="https:/github/codeql-action/commit/b5bd9be6dab88dc272388d5ae6222e6728ec1ffe"><code>b5bd9be</code></a> Update changelog and version after v3.25.1</li>
<li><a href="https:/github/codeql-action/commit/5d73b1bd7116f0b0a4771deb1b6d0d447a7556fd"><code>5d73b1b</code></a> Remove incorrect log message</li>
<li>See full diff in <a href="https:/github/codeql-action/compare/c7f9125735019aa87cfc361530512d50ea439c71...8f596b4ae3cb3c588a5c46780b86dd53fef16c52">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.25.1&new-version=3.25.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<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>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent cf6d280 commit b45016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v1.0.26
uses: github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v1.0.26
with:
sarif_file: results.sarif

0 comments on commit b45016b

Please sign in to comment.