Skip to content

Commit

Permalink
ci: add new deps-report action and fixup pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 25, 2023
1 parent 4b617ca commit fb8ae0f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 39 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deps-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

name: Dependencies report

on:
pull_request:

jobs:
build:
name: Dependencies report
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true

- name: deps-report
uses: MeilleursAgents/deps-report@master
with:
file: Pipfile.lock
github_token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ django-cryptographic-fields-bihealth = "~=0.6.0"
django-debug-toolbar = "*"
django-extensions = "~=3.2"
django-postgres-copy = "~=2.3.5" # there are issues above 2.3
django-plugins = {git = "https://github.com/mikkonie/django-plugins.git", ref = "42e86e7904e5c09f1da32173862b26843eda5dd8" }
django-plugins-bihealth = "~=0.4.0"
django-sodar-core = "~=0.13.0"
django-su = "~=1.0.0"
djangorestframework-httpsignature = "~=1.0"
djproxy = "~=2.3"
drf-keyed-list = {git = "https://github.com/mikkonie/drf-keyed-list.git", ref = "b03607b866c5706b0e1ea46a7eeaab6527030734" }
drf-keyed-list-bihealth = "~=0.1.1"
httpsig = "~=1.3"
interval-binning = "~=1.0"
intervaltree = "~=3.1"
Expand Down
56 changes: 19 additions & 37 deletions Pipfile.lock

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

0 comments on commit fb8ae0f

Please sign in to comment.