Skip to content

Commit

Permalink
Rename code scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
goodsong81 committed Jun 4, 2024
1 parent 4c2c290 commit 429efcc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/code_scan.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
name: Code Scanning
name: Security Code Scan

on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- releases/*
schedule:
# every UTC 6PM from Mon to Fri
- cron: "0 18 * * 1-5"
workflow_dispatch: # run on request (no need for PR)

# Declare default permissions as read only.
Expand Down

0 comments on commit 429efcc

Please sign in to comment.