add ds.baseline

This commit is contained in:
Kenneth Kehl
2024-08-06 08:37:43 -07:00
parent a48f4fa476
commit 89eb24c795
2 changed files with 3 additions and 2 deletions

View File

@@ -141,7 +141,7 @@
"filename": ".github/workflows/checks.yml",
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
"is_verified": false,
"line_number": 101,
"line_number": 102,
"is_secret": false
}
],
@@ -692,5 +692,5 @@
}
]
},
"generated_at": "2024-07-24T14:13:02Z"
"generated_at": "2024-08-06T15:37:18Z"
}

View File

@@ -84,6 +84,7 @@ jobs:
ports:
# Maps tcp port 6379 on service container to the host
- 6379:6379
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project