Skip to content

Commit

Permalink
Merge branch 'development' into feat/pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Jul 15, 2024
2 parents 6a6518d + b97ff48 commit 7492f55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
uses: codacy/[email protected].1
uses: codacy/[email protected].5
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ jobs:

- name: Pytest coverage comment
if: steps.pytest.outcome == 'success'
uses: MishaKav/[email protected].51
uses: MishaKav/[email protected].52
with:
pytest-coverage-path: ./pytest/test_coverage.txt
junitxml-path: ./pytest/test_output.xml
Expand All @@ -800,7 +800,7 @@ jobs:

- name: Pytest coverage comment
if: steps.pytest-init-regression.outcome == 'success' || steps.pytest-run-regression.outcome == 'success'
uses: MishaKav/[email protected].51
uses: MishaKav/[email protected].52
with:
pytest-coverage-path: ./pytest-regression/test_coverage.txt
junitxml-path: ./pytest-regression/test_output.xml
Expand Down

0 comments on commit 7492f55

Please sign in to comment.