File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
9+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1010 - uses : psf/black@stable
1111# with:
1212# #options: "--check --verbose"
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 # Required to mount the Github Workspace to a volume
17+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 # Required to mount the Github Workspace to a volume
1818 - name : Lint OpenAPI Specification
1919 uses : addnab/docker-run-action@v3
2020 with :
2929 name : SonarCloud Analysis
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
32+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333 with :
3434 # Disabling shallow clone is recommended for improving relevancy of reporting
3535 fetch-depth : 0
7272 matrix :
7373 python-version : ["3.9", "3.10", "3.11"]
7474 steps :
75- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
75+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7676 - name : Setup Python ${{ matrix.python-version }}
7777 uses : actions/setup-python@v4
7878 with :
Original file line number Diff line number Diff line change 11pandas >= 1.4.2
22psycopg2-binary ~= 2.9.5
3- requests ~= 2.31.0
3+ requests ~= 2.32.4
Original file line number Diff line number Diff line change 11connexion [swagger-ui ]== 2.14.2
22flask [async ]== 2.2.5
3- flask-cors == 4 .0.0
3+ flask-cors == 6 .0.0
44gunicorn == 21.2.0
55pandas == 2.1.1
66parmap >= 1.7.0
@@ -11,6 +11,6 @@ pytz>=2021.3
1111pyunpack >= 0.3
1212setuptools >= 21.0.0
1313slack-sdk == 3.22.0
14- tqdm == 4.66.1
14+ tqdm == 4.66.3
1515tzlocal >= 4.1
1616werkzeug == 2.2.3
You can’t perform that action at this time.
0 commit comments