[MOO-2070] fix: resolve React Native Reanimated worklet function errors #514
This file contains hidden or 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: Ensure SHA pinned actions | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - ".github/workflows/*.yml" | |
| pull_request: | |
| branches: [main] | |
| paths: | |
| - ".github/workflows/*.yml" | |
| jobs: | |
| harden_security: | |
| name: Check SHA in GH Actions | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Checking-out code" | |
| uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 | |
| with: | |
| submodules: false | |
| - name: "Ensure SHA pinned actions" | |
| uses: zgosalvez/github-actions-ensure-sha-pinned-actions@0b552a197e44b819629237e065d781f5ca691460 # v1.1.1 |