Skip to content

chore(release): 1.2.1 #262

chore(release): 1.2.1

chore(release): 1.2.1 #262

name: dependency-check-google-osv
on:
push:
paths: &shared-trigger-paths
- 'package.json'
- 'package-lock.json'
- 'ios/**'
- 'android/**'
- '**/*.gradle'
- '**/Podfile*'
- '**/Package*.swift'
- '.github/dependency-check-google-osv.yaml'
branches:
- main
- develop
- 'releases/**'
pull_request:
types: [ opened, synchronize ]
paths: *shared-trigger-paths
workflow_dispatch:
jobs:
set-gitignore-artifact:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Ignore services folder
run: |
echo 'services/*' >> .gitignore
- name: Upload .gitignore artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: gitignore-artifact
include-hidden-files: true
path: .gitignore
depcheck:
permissions:
actions: read
security-events: write
contents: read
needs: set-gitignore-artifact
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e92b5d07338d4f0ba0981dffed17c48976ca4730" # v2.2.3
with:
download-artifact: gitignore-artifact
scan-args: |-
--recursive
./