Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: code coverage report
if: ${{ github.event_name == 'pull_request' }}
uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d
uses: orgoro/coverage@ca0c362dc1a4f100447309405e6dfea47e251495
with:
coverageFile: reports/coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
python-version: ${{ matrix.python-version }}

- name: install dependencies
run: pip install tox tox-gh-actions

Check warning on line 51 in .github/workflows/pull-request.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=NHSDigital_nhs-aws-helpers&issues=AZ3jdtqvIQccHbajWACy&open=AZ3jdtqvIQccHbajWACy&pullRequest=233

Check warning on line 51 in .github/workflows/pull-request.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=NHSDigital_nhs-aws-helpers&issues=AZ3jdtqvIQccHbajWACx&open=AZ3jdtqvIQccHbajWACx&pullRequest=233

- name: start localstack
run: make up
Expand Down Expand Up @@ -137,7 +137,7 @@

- name: code coverage report
if: ${{ github.event_name == 'pull_request' }}
uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d
uses: orgoro/coverage@ca0c362dc1a4f100447309405e6dfea47e251495
with:
coverageFile: reports/coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -341,7 +341,7 @@
if: ${{ always() && github.repository == 'NHSDigital/mesh-client' && github.actor == 'dependabot[bot]' && contains(needs.*.result, 'failure') }}
steps:
- name: Slack Notification
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c
with:
webhook: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down
Loading