This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
[Snyk] Security upgrade react-native from 0.64.3 to 0.71.0 #764
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Yarn Lock Changes | |
on: [pull_request] | |
permissions: | |
checks: write | |
issues: write | |
pull-requests: write | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Yarn Lock Changes | |
uses: Simek/yarn-lock-changes@main | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |