Skip to content

Commit f089aa8

Browse files
chore(deps): bump the compatible group with 3 updates (#93)
Bumps the compatible group with 3 updates: [frequenz-floss/gh-action-nox](https://github.com/frequenz-floss/gh-action-nox), [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps) and [frequenz-floss/gh-action-dependabot-migrate](https://github.com/frequenz-floss/gh-action-dependabot-migrate). Updates `frequenz-floss/gh-action-nox` from 1.1.0 to 1.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/frequenz-floss/gh-action-nox/releases">frequenz-floss/gh-action-nox's releases</a>.</em></p> <blockquote> <h2>v1.1.1</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/14">frequenz-floss/gh-action-nox#14</a></li> <li>Bump frequenz-floss/gh-action-setup-python-with-deps from 1.0.1 to 1.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/15">frequenz-floss/gh-action-nox#15</a></li> <li>Improve security and document risks by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/16">frequenz-floss/gh-action-nox#16</a></li> <li>Bump frequenz-floss/gh-action-setup-python-with-deps from 1.0.2 to 1.0.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/17">frequenz-floss/gh-action-nox#17</a></li> <li>Improve README by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/pull/18">frequenz-floss/gh-action-nox#18</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/gh-action-nox/compare/v1.1.0...v1.1.1">https://github.com/frequenz-floss/gh-action-nox/compare/v1.1.0...v1.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/80a9845a59ffc71d27b9c41099eb6cb55bc7b671"><code>80a9845</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/18">#18</a> from llucax/more-perms</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/7d1736405e5c7cdc8d8dec79a2f395fe65073a76"><code>7d17364</code></a> Recommend using ubuntu-slim in the example workflows</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/7b7a60754b7c671487fad41a1e935a48f4b122ea"><code>7b7a607</code></a> Recommend limiting permissions in the example workflow</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/a6109f12013acd481e2add7f28db4f57fe2dc2a4"><code>a6109f1</code></a> Use a pinned hash in the workflow example</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/03d00135d02a8b82f9851f548ea64b87b9a2e750"><code>03d0013</code></a> Document necessary permissions</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/238d487744d208ae92b7d822f5601ac34ae40272"><code>238d487</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/17">#17</a> from frequenz-floss/dependabot/github_actions/frequenz...</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/3b678fcb2d3a1e1b5f9f297f56185e61acdcc840"><code>3b678fc</code></a> Bump frequenz-floss/gh-action-setup-python-with-deps from 1.0.2 to 1.0.3</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/ac4f4dcb2c466b0fab973ac93326a86b9473a976"><code>ac4f4dc</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-nox/issues/16">#16</a> from llucax/security</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/d829408a71c760ad4f9acb7fb0f23d8b69cd20e0"><code>d829408</code></a> Remove the mention to nox-cross-arch</li> <li><a href="https://github.com/frequenz-floss/gh-action-nox/commit/55d5272d659c74c33543ec070d0d139117652a86"><code>55d5272</code></a> ci: Set <code>permissions: {}</code> for <code>dco-merge-queue.yml</code></li> <li>Additional commits viewable in <a href="https://github.com/frequenz-floss/gh-action-nox/compare/v1.1.0...v1.1.1">compare view</a></li> </ul> </details> <br /> Updates `frequenz-floss/gh-action-setup-python-with-deps` from 1.0.2 to 1.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/releases">frequenz-floss/gh-action-setup-python-with-deps's releases</a>.</em></p> <blockquote> <h2>v1.0.4</h2> <h2>What's Changed</h2> <ul> <li>Fix glob expansion for local dependencies by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/pull/20">frequenz-floss/gh-action-setup-python-with-deps#20</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.3...v1.0.4">https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.3...v1.0.4</a></p> <h2>v1.0.3</h2> <h2>What's Changed</h2> <ul> <li>Fix potential remote code execution issues by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/pull/19">frequenz-floss/gh-action-setup-python-with-deps#19</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.2...v1.0.3">https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.2...v1.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/b5707ffcd43ec4b24f2b24df712b43148cfa887f"><code>b5707ff</code></a> Fix glob expansion for local dependencies (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/20">#20</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/77a4e81015156fdb7e1cdbf229bbe533294ab87b"><code>77a4e81</code></a> Use pinned dependencies in the README</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/ef7146bb36528a9dd2a35a439112ece77dea178c"><code>ef7146b</code></a> Fix glob expansion for local dependencies</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/bc560ff517d3606e1291eed46a603a9f7bfe8697"><code>bc560ff</code></a> Fix potential remote code execution issues (<a href="https://redirect.github.com/frequenz-floss/gh-action-setup-python-with-deps/issues/19">#19</a>)</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/7a386c10d52c940c81fa50f24cecda4b583da359"><code>7a386c1</code></a> Remove unnecessary token permissions to DCO</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/899b8909e568a5b700c7cadc45a36a1d32bc6283"><code>899b890</code></a> Use Python in isolated mode</li> <li><a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/commit/e0d9e7201a13d1271e3b1a682bead0c6c8c62732"><code>e0d9e72</code></a> Export inputs via environment variables</li> <li>See full diff in <a href="https://github.com/frequenz-floss/gh-action-setup-python-with-deps/compare/v1.0.2...v1.0.4">compare view</a></li> </ul> </details> <br /> Updates `frequenz-floss/gh-action-dependabot-migrate` from 1.0.0 to 1.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/releases">frequenz-floss/gh-action-dependabot-migrate's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/create-github-app-token from 2.2.1 to 3.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/frequenz-floss/gh-action-dependabot-migrate/pull/12">frequenz-floss/gh-action-dependabot-migrate#12</a></li> <li>Bump dependabot/fetch-metadata from e74077de530ef48d09568e2268558f6093a85509 to 4c0bbfe3a642ee5826e71be3cb91cd949dc0a897 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/frequenz-floss/gh-action-dependabot-migrate/pull/13">frequenz-floss/gh-action-dependabot-migrate#13</a></li> <li>Allow inline migration scripts by <a href="https://github.com/llucax"><code>@​llucax</code></a> in <a href="https://redirect.github.com/frequenz-floss/gh-action-dependabot-migrate/pull/11">frequenz-floss/gh-action-dependabot-migrate#11</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/compare/v1.0.0...v1.1.0">https://github.com/frequenz-floss/gh-action-dependabot-migrate/compare/v1.0.0...v1.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/commit/b389f72f9282346920150a67495efbae450ac07b"><code>b389f72</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-dependabot-migrate/issues/11">#11</a> from llucax/internal-script</li> <li><a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/commit/fe4731f6221a64e6822d0c332d0bf64fe987f002"><code>fe4731f</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-dependabot-migrate/issues/13">#13</a> from frequenz-floss/dependabot/github_actions/dependab...</li> <li><a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/commit/62b55ebaea505b03e25e7942f19e6dad41663197"><code>62b55eb</code></a> Merge pull request <a href="https://redirect.github.com/frequenz-floss/gh-action-dependabot-migrate/issues/12">#12</a> from frequenz-floss/dependabot/github_actions/actions/...</li> <li><a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/commit/a22a23fe208bd5a8bbf0349c02546002505ce11c"><code>a22a23f</code></a> Bump dependabot/fetch-metadata</li> <li><a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/commit/c1c311bb93991b63ebc7ce1af4843f99a9fad039"><code>c1c311b</code></a> Bump actions/create-github-app-token from 2.2.1 to 3.0.0</li> <li><a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/commit/90f41ef501378754ffbcd3a75bc907ac9fe1b31e"><code>90f41ef</code></a> Allow inline migration scripts</li> <li>See full diff in <a href="https://github.com/frequenz-floss/gh-action-dependabot-migrate/compare/07dc7e74726498c50726a80cc2167a04d896508f...b389f72f9282346920150a67495efbae450ac07b">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>
2 parents c61fc03 + 0ad95f6 commit f089aa8

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Run nox
20-
uses: frequenz-floss/gh-action-nox@v1.1.0
20+
uses: frequenz-floss/gh-action-nox@v1.1.1
2121
with:
2222
python-version: "3.11"
2323
nox-session: ci_checks_max
@@ -35,7 +35,7 @@ jobs:
3535
submodules: true
3636

3737
- name: Setup Python
38-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
38+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
3939
with:
4040
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
4141
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Run nox
46-
uses: frequenz-floss/gh-action-nox@v1.1.0
46+
uses: frequenz-floss/gh-action-nox@v1.1.1
4747
with:
4848
python-version: ${{ matrix.python }}
4949
nox-session: ${{ matrix.nox-session }}
@@ -82,7 +82,7 @@ jobs:
8282
submodules: true
8383

8484
- name: Setup Python
85-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
85+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
8686
with:
8787
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
8888
dependencies: build
@@ -139,7 +139,7 @@ jobs:
139139
> pyproject.toml
140140
141141
- name: Setup Python
142-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
142+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
143143
with:
144144
python-version: ${{ matrix.python }}
145145
dependencies: dist/*.whl
@@ -178,7 +178,7 @@ jobs:
178178
submodules: true
179179

180180
- name: Setup Python
181-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
181+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
182182
with:
183183
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
184184
dependencies: .[dev-mkdocs]
@@ -214,7 +214,7 @@ jobs:
214214
submodules: true
215215

216216
- name: Setup Python
217-
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.2
217+
uses: frequenz-floss/gh-action-setup-python-with-deps@v1.0.4
218218
with:
219219
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
220220
dependencies: .[dev-mkdocs]

.github/workflows/repo-config-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
app-id: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_ID }}
4848
private-key: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }}
4949
- name: Migrate
50-
uses: frequenz-floss/gh-action-dependabot-migrate@07dc7e74726498c50726a80cc2167a04d896508f # v1.0.0
50+
uses: frequenz-floss/gh-action-dependabot-migrate@b389f72f9282346920150a67495efbae450ac07b # v1.1.0
5151
with:
5252
script-url-template: >-
5353
https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/{version}/cookiecutter/migrate.py

0 commit comments

Comments
 (0)