mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Merge branch 'main' into ag/2616-populate-suborg-and-portfolio-script
This commit is contained in:
commit
cf0671ef20
3 changed files with 4 additions and 3 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
id: check
|
||||
uses: victoriadrake/django-security-check@master
|
||||
- name: Upload output
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: security-check-output
|
||||
path: output.txt
|
||||
|
|
2
.github/workflows/security-check.yaml
vendored
2
.github/workflows/security-check.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
id: check
|
||||
uses: ./.github/actions/django-security-check
|
||||
- name: Upload output
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: security-check-output
|
||||
path: ./src/output.txt
|
||||
|
|
|
@ -56,6 +56,7 @@ class UserFixture:
|
|||
"username": "8f8e7293-17f7-4716-889b-1990241cbd39",
|
||||
"first_name": "Katherine",
|
||||
"last_name": "Osos",
|
||||
"email": "kosos@truss.works",
|
||||
},
|
||||
{
|
||||
"username": "70488e0a-e937-4894-a28c-16f5949effd4",
|
||||
|
@ -171,7 +172,7 @@ class UserFixture:
|
|||
"username": "91a9b97c-bd0a-458d-9823-babfde7ebf44",
|
||||
"first_name": "Katherine-Analyst",
|
||||
"last_name": "Osos-Analyst",
|
||||
"email": "kosos@truss.works",
|
||||
"email": "kosos+1@truss.works",
|
||||
},
|
||||
{
|
||||
"username": "2cc0cde8-8313-4a50-99d8-5882e71443e8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue