Commit cd8c995
authored
Bump the github-actions group with 7 updates (#37)
Bumps the github-actions group with 7 updates:
| Package | From | To |
| --- | --- | --- |
|
[bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml](https://github.com/bemanproject/infra-workflows)
| `1.5.0` | `1.5.1` |
|
[bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml](https://github.com/bemanproject/infra-workflows)
| `1.5.0` | `1.5.1` |
|
[bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml](https://github.com/bemanproject/infra-workflows)
| `1.5.0` | `1.5.1` |
|
[bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml](https://github.com/bemanproject/infra-workflows)
| `1.5.0` | `1.5.1` |
|
[step-security/harden-runner](https://github.com/step-security/harden-runner)
| `2.17.0` | `2.18.0` |
|
[bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml](https://github.com/bemanproject/infra-workflows)
| `1.5.0` | `1.5.1` |
|
[bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml](https://github.com/bemanproject/infra-workflows)
| `1.5.0` | `1.5.1` |
Updates
`bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml`
from 1.5.0 to 1.5.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/4dff6993ff88c5f946e371f5cdbeca8340fdb49d"><code>4dff699</code></a>
Bump to v6</li>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/a1071cf8ecb8122d7ae3e1e4ba45b813d393c06a"><code>a1071cf</code></a>
Update actions/checkout version</li>
<li>See full diff in <a
href="https://github.com/bemanproject/infra-workflows/compare/1.5.0...1.5.1">compare
view</a></li>
</ul>
</details>
<br />
Updates
`bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml`
from 1.5.0 to 1.5.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/4dff6993ff88c5f946e371f5cdbeca8340fdb49d"><code>4dff699</code></a>
Bump to v6</li>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/a1071cf8ecb8122d7ae3e1e4ba45b813d393c06a"><code>a1071cf</code></a>
Update actions/checkout version</li>
<li>See full diff in <a
href="https://github.com/bemanproject/infra-workflows/compare/1.5.0...1.5.1">compare
view</a></li>
</ul>
</details>
<br />
Updates
`bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml`
from 1.5.0 to 1.5.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/4dff6993ff88c5f946e371f5cdbeca8340fdb49d"><code>4dff699</code></a>
Bump to v6</li>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/a1071cf8ecb8122d7ae3e1e4ba45b813d393c06a"><code>a1071cf</code></a>
Update actions/checkout version</li>
<li>See full diff in <a
href="https://github.com/bemanproject/infra-workflows/compare/1.5.0...1.5.1">compare
view</a></li>
</ul>
</details>
<br />
Updates
`bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml`
from 1.5.0 to 1.5.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/4dff6993ff88c5f946e371f5cdbeca8340fdb49d"><code>4dff699</code></a>
Bump to v6</li>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/a1071cf8ecb8122d7ae3e1e4ba45b813d393c06a"><code>a1071cf</code></a>
Update actions/checkout version</li>
<li>See full diff in <a
href="https://github.com/bemanproject/infra-workflows/compare/1.5.0...1.5.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `step-security/harden-runner` from 2.17.0 to 2.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/step-security/harden-runner/releases">step-security/harden-runner's
releases</a>.</em></p>
<blockquote>
<h2>v2.18.0</h2>
<h2>What's Changed</h2>
<p>Global Block List: During supply chain incidents like the recent
axios and trivy compromises, StepSecurity will add known malicious
domains and IP addresses (IOCs) to a global block list. These will be
automatically blocked, even in audit mode, providing immediate
protection without requiring any workflow changes.</p>
<p>Deploy on Self-Hosted VM: Added <code>deploy-on-self-hosted-vm</code>
input that allows the Harden Runner agent to be installed directly on
ephemeral self-hosted Linux runner VMs at workflow runtime. This is
intended as an alternative when baking the agent into the VM image is
not possible.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0">https://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/step-security/harden-runner/commit/6c3c2f2c1c457b00c10c4848d6f5491db3b629df"><code>6c3c2f2</code></a>
Feature/deploy on self hosted vm (<a
href="https://redirect.github.com/step-security/harden-runner/issues/658">#658</a>)</li>
<li>See full diff in <a
href="https://github.com/step-security/harden-runner/compare/f808768d1510423e83855289c910610ca9b43176...6c3c2f2c1c457b00c10c4848d6f5491db3b629df">compare
view</a></li>
</ul>
</details>
<br />
Updates
`bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml`
from 1.5.0 to 1.5.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/4dff6993ff88c5f946e371f5cdbeca8340fdb49d"><code>4dff699</code></a>
Bump to v6</li>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/a1071cf8ecb8122d7ae3e1e4ba45b813d393c06a"><code>a1071cf</code></a>
Update actions/checkout version</li>
<li>See full diff in <a
href="https://github.com/bemanproject/infra-workflows/compare/1.5.0...1.5.1">compare
view</a></li>
</ul>
</details>
<br />
Updates
`bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml`
from 1.5.0 to 1.5.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/4dff6993ff88c5f946e371f5cdbeca8340fdb49d"><code>4dff699</code></a>
Bump to v6</li>
<li><a
href="https://github.com/bemanproject/infra-workflows/commit/a1071cf8ecb8122d7ae3e1e4ba45b813d393c06a"><code>a1071cf</code></a>
Update actions/checkout version</li>
<li>See full diff in <a
href="https://github.com/bemanproject/infra-workflows/compare/1.5.0...1.5.1">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>6 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
0 commit comments