Skip to content

fix(move-on-aptos): bug fixes and upstream updates #754

fix(move-on-aptos): bug fixes and upstream updates

fix(move-on-aptos): bug fixes and upstream updates #754

Workflow file for this run

on:
pull_request_target: {}
push:
branches:
- main
- master
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep ci