You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
# Controls when the action will run. Triggers the workflow on push or pull request events but only for the master branch
3
2
on:
4
3
pull_request:
5
4
types: [ready_for_review]
6
-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel - this job is specifically configured to use the Checkmarx CxFlow Action
7
5
jobs:
8
-
# This workflow contains a single job called "build"
9
6
build:
10
-
# The type of runner that the job will run on - Ubuntu is required as Docker is leveraged for the action
11
7
runs-on: self-runner-node
12
8
steps:
13
-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
0 commit comments