Skip to content

Added JCL template for RMUTL #195

Added JCL template for RMUTL

Added JCL template for RMUTL #195

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 2 * * 1"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: "python"
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected]