Commit 97b28fc
⬆️ Bump github.com/git-pkgs/spdx from 0.1.2 to 0.1.3 in /utils (#861)
Bumps [github.com/git-pkgs/spdx](https://github.com/git-pkgs/spdx) from
0.1.2 to 0.1.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/git-pkgs/spdx/commit/bec1b076b15596445f19987447f662f2127d428d"><code>bec1b07</code></a>
Add input length cap and parenthesis depth limit to expression parser
(<a
href="https://redirect.github.com/git-pkgs/spdx/issues/13">#13</a>)</li>
<li><a
href="https://github.com/git-pkgs/spdx/commit/72d07c76037f125deccb55de8485c5cf56340195"><code>72d07c7</code></a>
Cap word count in normalizeLicenseWords to prevent quadratic CPU use (<a
href="https://redirect.github.com/git-pkgs/spdx/issues/12">#12</a>)</li>
<li><a
href="https://github.com/git-pkgs/spdx/commit/d3d3665d857fe9ec44f2df845a7cbfb595064f2b"><code>d3d3665</code></a>
Merge pull request <a
href="https://redirect.github.com/git-pkgs/spdx/issues/10">#10</a> from
git-pkgs/dependabot/github_actions/peter-evans/cr...</li>
<li><a
href="https://github.com/git-pkgs/spdx/commit/08e026bc67e0011e370f9c8a2dfb064bf2cf8868"><code>08e026b</code></a>
Merge pull request <a
href="https://redirect.github.com/git-pkgs/spdx/issues/11">#11</a> from
git-pkgs/dependabot/go_modules/github.com/github/...</li>
<li><a
href="https://github.com/git-pkgs/spdx/commit/8882923bfe72647f6abbe5a85fa9f6f4465da81b"><code>8882923</code></a>
Bump github.com/github/go-spdx/v2 from 2.4.0 to 2.6.0</li>
<li><a
href="https://github.com/git-pkgs/spdx/commit/efd3224c28f01d7c9a667ac36a5d4645a03f6e82"><code>efd3224</code></a>
Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1</li>
<li><a
href="https://github.com/git-pkgs/spdx/commit/d184dc326d6047431579e6f50e5b0d7ee1530adf"><code>d184dc3</code></a>
Merge pull request <a
href="https://redirect.github.com/git-pkgs/spdx/issues/9">#9</a> from
git-pkgs/dependabot/github_actions/actions/setup-g...</li>
<li><a
href="https://github.com/git-pkgs/spdx/commit/a7f3320c81b854c8964ee4bc87bf2c6e80f71b2c"><code>a7f3320</code></a>
Bump actions/setup-go from 6.3.0 to 6.4.0</li>
<li><a
href="https://github.com/git-pkgs/spdx/commit/d303ecd6a7da033b174f89d879d54f90f92d70dc"><code>d303ecd</code></a>
Merge pull request <a
href="https://redirect.github.com/git-pkgs/spdx/issues/8">#8</a> from
git-pkgs/fix/lint-issues</li>
<li>See full diff in <a
href="https://github.com/git-pkgs/spdx/compare/v0.1.2...v0.1.3">compare
view</a></li>
</ul>
</details>
<br />
[](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monty Bot <monty-bot@arm.com>
Co-authored-by: Josh <josh.jennings@arm.com>1 parent 436dae7 commit 97b28fc
3 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments