Skip to content

Commit

Permalink
Merge pull request #20 from maykinmedia/feature/50-fix-security-issues
Browse files Browse the repository at this point in the history
⬆️ [#50] updated dependecies and fixed broken oidc tests
  • Loading branch information
bart-maykin authored Aug 2, 2024
2 parents 8d6e36c + d756f81 commit a9dff03
Show file tree
Hide file tree
Showing 12 changed files with 1,316 additions and 337 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ jobs:

- name: Get changed PY files
id: changed-py-files
uses: tj-actions/changed-files@v8.5
uses: tj-actions/changed-files@v41
with:
files: |
^src/.+\.py
- name: Get changed JS files
id: changed-js-files
uses: tj-actions/changed-files@v8.5
uses: tj-actions/changed-files@v41
with:
files: |
^src/.+\.js
- name: Get changed requirements files
id: changed-requirements
uses: tj-actions/changed-files@v8.5
uses: tj-actions/changed-files@v41
with:
files: ^requirements/.+\.txt$

Expand Down
78 changes: 22 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a9dff03

Please sign in to comment.