File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Close issues and PRs that are pending closure
19- uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 .1.0
19+ uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10 .1.0
2020 with :
2121 # Disable automatic stale marking - only close manually labeled items
2222 days-before-stale : -1
Original file line number Diff line number Diff line change 8787 echo "chart_version=$(ls build | cut -d '-' -f 2,3 | sed 's|\.tgz||')" >> $GITHUB_ENV
8888
8989 - name : Create release ${{ inputs.release_number }}
90- uses : softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
90+ uses : softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0
9191 with :
9292 name : ' ${{ inputs.release_number }} 🌈'
9393 tag_name : ${{ inputs.release_number }}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ services:
128128 volumes :
129129 - defectdojo_postgres:/var/lib/postgresql/data
130130 valkey :
131- image : valkey/valkey:7.2-alpine@sha256:7b2019b47ad58be661fa6eba5ea66106eadde03459387113aaed29a464a5876b
131+ image : valkey/valkey:7.2.11 -alpine@sha256:7b2019b47ad58be661fa6eba5ea66106eadde03459387113aaed29a464a5876b
132132 volumes :
133133 # we keep using the redis volume as renaming is not possible and copying data over
134134 # would require steps during downtime or complex commands in the intializer
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ celery==5.5.3
66defusedxml == 0.7.1
77django_celery_results == 2.6.0
88django-auditlog == 3.2.1
9- django-pghistory == 3.7.0
9+ django-pghistory == 3.8.3
1010django-dbbackup == 5.0.0
1111django-environ == 0.12.0
1212django-filter == 25.1
@@ -22,7 +22,7 @@ Django==5.1.12
2222djangorestframework == 3.16.1
2323html2text == 2025.4.15
2424humanize == 4.13.0
25- jira == 3.8.0
25+ jira == 3.10.5
2626PyGithub == 2.8.1
2727lxml == 6.0.2
2828Markdown == 3.9
@@ -39,7 +39,7 @@ uWSGI==2.0.30
3939vobject == 0.9.9
4040whitenoise == 5.2.0
4141titlecase == 2.4.1
42- social-auth-app-django == 5.4.3
42+ social-auth-app-django == 5.5.1
4343social-auth-core == 4.7.0
4444gitpython == 3.1.45
4545python-gitlab == 6.4.0
@@ -62,7 +62,7 @@ blackduck==1.1.3
6262pycurl == 7.45.7 # Required for Celery Broker AWS (SQS) support
6363boto3 == 1.40.44 # Required for Celery Broker AWS (SQS) support
6464netaddr == 1.3.0
65- vulners == 2.3.7
65+ vulners == 3.1.1
6666fontawesomefree == 6.6.0
6767PyYAML == 6.0.3
6868pyopenssl == 25.3.0
You can’t perform that action at this time.
0 commit comments