Skip to content

[Snyk] Upgrade react-native-screens from 3.30.1 to 3.34.0 #252

[Snyk] Upgrade react-native-screens from 3.30.1 to 3.34.0

[Snyk] Upgrade react-native-screens from 3.30.1 to 3.34.0 #252

Workflow file for this run

name: react-native-template
on:
push:
branches: [master]
pull_request:
branches: [master, dev]
jobs:
install-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install npm dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Test and generate coverage report
uses: artiomtr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
threshold: 80
package-manager: yarn
skip-step: install
test-script: yarn test
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
- uses: sonarsource/sonarqube-quality-gate-action@master
timeout-minutes: 5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}