Skip to content

[Snyk] Security upgrade @react-navigation/native from 6.1.8 to 7.0.14 #29

[Snyk] Security upgrade @react-navigation/native from 6.1.8 to 7.0.14

[Snyk] Security upgrade @react-navigation/native from 6.1.8 to 7.0.14 #29

name: Verify signed commits
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
jobs:
verifySignedCommits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify signed commits
uses: ./.github/actions/javascript/verifySignedCommits
with:
GITHUB_TOKEN: ${{ github.token }}