Skip to content

Commit

Permalink
chore(deps): bump expo from 49.0.21 to 50.0.15 (#67)
Browse files Browse the repository at this point in the history
* chore(deps): bump expo from 49.0.21 to 50.0.15

Bumps [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) from 49.0.21 to 50.0.15.
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

---
updated-dependencies:
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update securityCheck.yml

* Update securityCheck.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: axel.l.r <153505101+AxelRENAULT92@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and arenault-pass authored Apr 13, 2024
1 parent b84a6c4 commit 54047dd
Show file tree
Hide file tree
Showing 4 changed files with 2,018 additions and 1,803 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/securityCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
Expand All @@ -35,7 +35,7 @@ jobs:

- name: Comment PR with Snyk results
if: github.event_name == 'pull_request'
uses: thollander/actions-comment-pull-request@v1
uses: thollander/actions-comment-pull-request@v2
with:
message: |
### 🛡️ Snyk Security Results
Expand All @@ -44,7 +44,3 @@ jobs:
```
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif
Loading

0 comments on commit 54047dd

Please sign in to comment.