Skip to content

Commit

Permalink
Merge branch 'master' into ALA-789-doc-update-the-coverage-release-no…
Browse files Browse the repository at this point in the history
…te-to-reflect-the-new-diff-page-data-source
  • Loading branch information
claudiacarpinteiro authored Dec 27, 2023
2 parents f9ae767 + 69dd3cc commit b08a89e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deleted-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Get changed docs md files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: docs/**/*.md

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Codacy calculates the number of issues in the following static code analysis cat
- **Performance:** Code that can have performance problems
- **Compatibility:** Mainly for frontend code, compatibility problems across different browser versions
- **Unused Code:** Unused variables and methods, code that can't be reached
- **Security:** All security problems
- **Security:** Potential security vulnerabilities, including hard-coded passwords and keys (secret scanning), vulnerable dependencies (software composition analysis or SCA), and insecure code patterns (static application security testing or SAST). For more information, see the complete [list of security issue categories](../../repositories/security-monitor.md#supported-security-categories)
- **Documentation:** Methods and classes that don't have the correct comment annotations
<!--issue-categories-end-->

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ pymdown-extensions==10.5
# MkDocs plugins
mkdocs-exclude-search==0.6.6
mkdocs-exclude==1.0.2
mkdocs-git-revision-date-localized-plugin==1.2.1
mkdocs-git-revision-date-localized-plugin==1.2.2
mkdocs-include-markdown-plugin==6.0.4
mkdocs-macros-plugin==1.0.5
mkdocs-meta-descriptions-plugin==3.0.0
mkdocs-monorepo-plugin==1.0.5
mkdocs-redirects==1.2.1
mkdocs-rss-plugin==1.10.0
mkdocs-rss-plugin==1.11.0

0 comments on commit b08a89e

Please sign in to comment.