Skip to content

Commit f5393ce

Browse files
Fixing the Github Worflow Issues
1 parent 6c908c9 commit f5393ce

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/rl-scanner.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: RL-Secure Workflow
2-
name: RL-Secure Workflow
32

43
on:
54
workflow_call:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
pipx install poetry
6262
poetry config virtualenvs.in-project true
6363
poetry install --with dev
64-
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
64+
poetry self add "poetry-dynamic-versioning[plugin]"
6565
6666
- name: Run tests
6767
run: |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,4 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
183183
<p align="center">Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout <a href="https://auth0.com/why-auth0">Why Auth0?</a></p>
184184
<p align="center">
185185
This project is licensed under the MIT license. See the <a href="https://github.com/auth0/auth0-python/blob/master/LICENSE"> LICENSE</a> file for more info.</p>
186+

0 commit comments

Comments
 (0)