Skip to content

Commit dee836a

Browse files
Bump frequenz-floss/gh-action-setup-python-with-deps from 1.0.2 to 1.0.4 in the compatible group (#158)
Bumps the compatible group with 1 update: [frequenz-floss/gh-action-setup-python-with-deps](https://github.com/frequenz-floss/gh-action-setup-python-with-deps). 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/e4d0b2ef8f5a1612d7827f3abaef17c931d2b946...b5707ffcd43ec4b24f2b24df712b43148cfa887f">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=frequenz-floss/gh-action-setup-python-with-deps&package-manager=github_actions&previous-version=1.0.2&new-version=1.0.4)](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`. [//]: # (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 0c59d55 + 8acda41 commit dee836a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
submodules: true
4040

4141
- name: Setup Python
42-
uses: frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
42+
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
4343
with:
4444
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
4545
dependencies: .[dev-mkdocs]

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
submodules: true
8989

9090
- name: Setup Python
91-
uses: frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
91+
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
9292
with:
9393
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
9494
dependencies: build
@@ -145,7 +145,7 @@ jobs:
145145
> pyproject.toml
146146
147147
- name: Setup Python
148-
uses: frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
148+
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
149149
with:
150150
python-version: ${{ matrix.python }}
151151
dependencies: dist/*.whl
@@ -186,7 +186,7 @@ jobs:
186186
submodules: true
187187

188188
- name: Setup Python
189-
uses: frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
189+
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
190190
with:
191191
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
192192
dependencies: .[dev-mkdocs]
@@ -226,7 +226,7 @@ jobs:
226226
submodules: true
227227

228228
- name: Setup Python
229-
uses: frequenz-floss/gh-action-setup-python-with-deps@e4d0b2ef8f5a1612d7827f3abaef17c931d2b946 # v1.0.2
229+
uses: frequenz-floss/gh-action-setup-python-with-deps@b5707ffcd43ec4b24f2b24df712b43148cfa887f # v1.0.4
230230
with:
231231
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
232232
dependencies: .[dev-mkdocs]

0 commit comments

Comments
 (0)