Skip to content

Test rel2

Test rel2 #78

Workflow file for this run

name: DepSafe
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
detect-unsafe:
runs-on: ubuntu-latest
name: Check pull request with changes
steps:
- name: Check PR
uses: supatsara-wat/DepSafe@release_feature
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
pr_number: ${{ github.event.number }}
token: ${{ secrets.GITHUB_TOKEN }}
type: "PR"