diff --git a/.github/workflows/ci_template.yaml b/.github/workflows/ci_template.yaml index 9d121ae..a4a654f 100644 --- a/.github/workflows/ci_template.yaml +++ b/.github/workflows/ci_template.yaml @@ -1,6 +1,6 @@ name: CI/CD Pipeline Template -run-name: Template CI/CD Pipeline +run-name: Template CI/CD Pipeline - ${{ github.sha}} # This workflow is a template for CI/CD pipelines for Python projects but can have Python swapped for Node.js or other languages. @@ -105,22 +105,26 @@ jobs: codeql: name: CodeQL Analysis runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write + # Uncomment the following lines to enable CodeQL analysis steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Initialize CodeQL - uses: github/codeql-action/init@v3 - with: - languages: python - queries: 'security-extended,security-and-quality' - - name: Autobuild - uses: github/codeql-action/autobuild@v3 - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + - name: Notify CodeQL Action commented out + run: echo "CodeQL analysis is currently commented out in this template. Uncomment the steps to enable it." + # permissions: + # actions: read + # contents: read + # security-events: write + # steps: + # - name: Checkout repository + # uses: actions/checkout@v4 + # - name: Initialize CodeQL + # uses: github/codeql-action/init@v3 + # with: + # languages: python + # queries: 'security-extended,security-and-quality' + # - name: Autobuild + # uses: github/codeql-action/autobuild@v3 + # - name: Perform CodeQL Analysis + # uses: github/codeql-action/analyze@v3 scan: name: Check GitLeaks for Secrets pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy