Skip to content

build(deps): bump actions/checkout from 6.0.2 to 7.0.0 #10780

build(deps): bump actions/checkout from 6.0.2 to 7.0.0

build(deps): bump actions/checkout from 6.0.2 to 7.0.0 #10780

name: Scan Code with pre commit trigger
on:
# Triggers the workflow on push or pull request events
push:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
scan:
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
steps:
- name: Check out repository code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: run security_scan_on_push
uses: The-OpenROAD-Project/actions/security_scan_on_push@main