Skip to content

Delete .gitattributes #6

Delete .gitattributes

Delete .gitattributes #6

Workflow file for this run

name: "CodeQL Analysis"
env:
TARGET_LANGUAGE: "actions"
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ env.TARGET_LANGUAGE }}
build-mode: none
packs: titouancharrier/cql-green-queries-${{ env.TARGET_LANGUAGE }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "Save the polar bear"