Skip to content

Commit 5cb837e

Browse files
Bump advanced-security/set-codeql-language-matrix from 975244ea2e4c0668b8d289ac2b61fa7f0976f328 to 9f9ba17a61d34c97baaf17e96276389a0cd73392 (#1090)
Bumps [advanced-security/set-codeql-language-matrix](https://github.com/advanced-security/set-codeql-language-matrix) from 975244ea2e4c0668b8d289ac2b61fa7f0976f328 to 9f9ba17a61d34c97baaf17e96276389a0cd73392. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/9f9ba17a61d34c97baaf17e96276389a0cd73392"><code>9f9ba17</code></a> Merge pull request <a href="https://redirect.github.com/advanced-security/set-codeql-language-matrix/issues/17">#17</a> from advanced-security/dependabot/pip/pip-2c7469b053</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/1beab13e7c8ff9f85224f23fcd933c4307a36d4e"><code>1beab13</code></a> Bump urllib3 from 1.26.19 to 2.5.0 in the pip group across 1 directory</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/c07e884f53906ef48e0c1dde975389a1cf9c49f1"><code>c07e884</code></a> Merge pull request <a href="https://redirect.github.com/advanced-security/set-codeql-language-matrix/issues/15">#15</a> from advanced-security/dependabot/pip/pip-512858e340</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/7cad0b70821ba19f118e65ab76c801940db6bf62"><code>7cad0b7</code></a> Merge pull request <a href="https://redirect.github.com/advanced-security/set-codeql-language-matrix/issues/16">#16</a> from advanced-security/fix-github-actions</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/a95d2a1435abaed8168e87028f0dd6324cdd8de5"><code>a95d2a1</code></a> fix: Add 'rust' to the list of supported CodeQL languages</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/9b2af5ea9e12e964e745513bc637736b002c5c97"><code>9b2af5e</code></a> Add .gitattributes file here for future use cases</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/6aae72bb4748d20d8340b03b1d80406f4c485d86"><code>6aae72b</code></a> docs: Add contributing guidelines and versioning instructions to the repository</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/0933d96d25ff6d757d9edde7eb536baa06691b54"><code>0933d96</code></a> docs: Add section on GitHub Actions support for CodeQL analysis</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/403b7c7271588b9546c3ae59ec184eb0ae989fe8"><code>403b7c7</code></a> Update main.py to add debug prints</li> <li><a href="https://github.com/advanced-security/set-codeql-language-matrix/commit/628563ce62a9d5d3c5b07a6e8ff93757837dfbb4"><code>628563c</code></a> Bump requests from 2.32.2 to 2.32.4 in the pip group across 1 directory</li> <li>Additional commits viewable in <a href="https://github.com/advanced-security/set-codeql-language-matrix/compare/975244ea2e4c0668b8d289ac2b61fa7f0976f328...9f9ba17a61d34c97baaf17e96276389a0cd73392">compare view</a></li> </ul> </details> <br /> 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`. [//]: # (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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0305c83 commit 5cb837e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Get list of programming languages used in this repo
6060
id: matrix
61-
uses: advanced-security/set-codeql-language-matrix@975244ea2e4c0668b8d289ac2b61fa7f0976f328
61+
uses: advanced-security/set-codeql-language-matrix@9f9ba17a61d34c97baaf17e96276389a0cd73392
6262
with:
6363
access-token: ${{secrets.GITHUB_TOKEN}}
6464
endpoint: ${{github.event.repository.languages_url}}

0 commit comments

Comments
 (0)