From 1595259adca4cd7e474e4cb3028480fdd677122e Mon Sep 17 00:00:00 2001 From: Craig West Date: Fri, 18 Jul 2025 09:27:55 +0100 Subject: [PATCH 1/2] feat!: New version commetns out CodeQL --- .github/workflows/ci_template.yaml | 34 +++++++++++++++++------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci_template.yaml b/.github/workflows/ci_template.yaml index 9d121ae..911c7da 100644 --- a/.github/workflows/ci_template.yaml +++ b/.github/workflows/ci_template.yaml @@ -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 From ad58b646af82b4de5a8777da13e419016092f65a Mon Sep 17 00:00:00 2001 From: Craig West Date: Fri, 18 Jul 2025 09:29:09 +0100 Subject: [PATCH 2/2] feat!: New version with CodeQL commented out --- .github/workflows/ci_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_template.yaml b/.github/workflows/ci_template.yaml index 911c7da..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. 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