From f5393ce49ee13e0cf894996c4a61be5ecc5dc79c Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Mon, 27 Jan 2025 15:43:46 +0530 Subject: [PATCH 1/2] Fixing the Github Worflow Issues --- .github/workflows/rl-scanner.yml | 1 - .github/workflows/test.yml | 2 +- README.md | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 1f4401d7..15c818f4 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -1,5 +1,4 @@ name: RL-Secure Workflow -name: RL-Secure Workflow on: workflow_call: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d0f73a81..3ce332f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: pipx install poetry poetry config virtualenvs.in-project true poetry install --with dev - poetry self add "poetry-dynamic-versioning[plugin]==1.1.1" + poetry self add "poetry-dynamic-versioning[plugin]" - name: Run tests run: | diff --git a/README.md b/README.md index 72d56e27..7b6849b7 100644 --- a/README.md +++ b/README.md @@ -183,3 +183,4 @@ Please do not report security vulnerabilities on the public GitHub issue tracker

Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?

This project is licensed under the MIT license. See the LICENSE file for more info.

+ From b5885b609354070d3286a71a0e70143aa3504606 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Mon, 27 Jan 2025 15:47:06 +0530 Subject: [PATCH 2/2] Reverting the Readme.md file changes --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7b6849b7..72d56e27 100644 --- a/README.md +++ b/README.md @@ -183,4 +183,3 @@ Please do not report security vulnerabilities on the public GitHub issue tracker

Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?

This project is licensed under the MIT license. See the LICENSE file for more info.

-