Skip to content

Trying something new #9

Trying something new

Trying something new #9

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
- name: CodeQL and Dependabot Report Action
uses: rsdmike/github-security-report-action@v3.0.4
with:
repository: phansGithub/SL-Test
# ---
# name : 'SDL-CI'
# on: [push, pull_request]
# permissions: # added using https://github.com/step-security/secure-repo
# contents: read
# jobs:
# # build:
# # runs-on: ubuntu-latest
# # steps:
# # - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
# # - name: Set up Go
# # uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
# # with:
# # go-version: 1.19
# - name: CodeQL and Dependabot Report Action
# uses: rsdmike/github-security-report-action@v3.0.4
# with:
# repository: phansGithub/SL-Test