Skip to content

fix(deps): update dependency react-native-safe-area-context to ^4.12.… #14859

fix(deps): update dependency react-native-safe-area-context to ^4.12.…

fix(deps): update dependency react-native-safe-area-context to ^4.12.… #14859

Workflow file for this run

name: Fossa
on:
push:
branches:
- main # Set a branch to deploy
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
fossa-scan:
if: github.repository == 'shortlink-org/shortlink'
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: fossas/fossa-action@dbd64c2dcb15fe4a5efda62a475d071667eb13b8 # main # Use a specific version if locking is preferred
with:
api-key: ${{secrets.FOSSA_API_KEY}}