Skip to content
Closed
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/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

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=AZ3d988imxEoI7r3TXvM&open=AZ3d988imxEoI7r3TXvM&pullRequest=231

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=AZ3d988imxEoI7r3TXvN&open=AZ3d988imxEoI7r3TXvN&pullRequest=231

- name: start localstack
run: make up
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