We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c908c9 commit 9a32645Copy full SHA for 9a32645
.github/workflows/rl-scanner.yml
@@ -1,5 +1,4 @@
1
name: RL-Secure Workflow
2
-name: RL-Secure Workflow
3
4
on:
5
workflow_call:
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61
pipx install poetry
62
poetry config virtualenvs.in-project true
63
poetry install --with dev
64
- poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
+ poetry self add "poetry-dynamic-versioning[plugin]"
65
66
- name: Run tests
67
run: |
0 commit comments