From 2b3797f66fa4723dc810f4078c5fd99f24e88ec9 Mon Sep 17 00:00:00 2001 From: sattar438 Date: Mon, 17 Nov 2025 16:41:36 +0530 Subject: [PATCH 01/11] Create Prdocuts --- Prdocuts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Prdocuts diff --git a/Prdocuts b/Prdocuts new file mode 100644 index 0000000..99d494b --- /dev/null +++ b/Prdocuts @@ -0,0 +1,3 @@ +78456 +6987 +4587 From 3e6c29d27cde717d6fd6fea56e890049917b029a Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Sat, 22 Nov 2025 16:26:39 +0530 Subject: [PATCH 02/11] Create codeql.yml --- .github/workflows/codeql.yml | 99 ++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..875e9f3 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,99 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL Advanced" + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + schedule: + - cron: '35 0 * * 0' + +jobs: + analyze: + name: Analyze (${{ matrix.language }}) + # Runner size impacts CodeQL analysis time. To learn more, please see: + # - https://gh.io/recommended-hardware-resources-for-running-codeql + # - https://gh.io/supported-runners-and-hardware-resources + # - https://gh.io/using-larger-runners (GitHub.com only) + # Consider using larger runners or machines with greater resources for possible analysis time improvements. + runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + permissions: + # required for all workflows + security-events: write + + # required to fetch internal or private CodeQL packs + packages: read + + # only required for workflows in private repositories + actions: read + contents: read + + strategy: + fail-fast: false + matrix: + include: + - language: java-kotlin + build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. + # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift' + # Use `c-cpp` to analyze code written in C, C++ or both + # Use 'java-kotlin' to analyze code written in Java, Kotlin or both + # Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both + # To learn more about changing the languages that are analyzed or customizing the build mode for your analysis, + # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning. + # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how + # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + # Add any setup steps before running the `github/codeql-action/init` action. + # This includes steps like installing compilers or runtimes (`actions/setup-node` + # or others). This is typically only required for manual builds. + # - name: Setup runtime (example) + # uses: actions/setup-example@v1 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v4 + with: + languages: ${{ matrix.language }} + build-mode: ${{ matrix.build-mode }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + + # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + # queries: security-extended,security-and-quality + + # If the analyze step fails for one of the languages you are analyzing with + # "We were unable to automatically build your code", modify the matrix above + # to set the build mode to "manual" for that language. Then modify this step + # to build your code. + # â„šī¸ Command-line programs to run using the OS shell. + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + - name: Run manual build steps + if: matrix.build-mode == 'manual' + shell: bash + run: | + echo 'If you are using a "manual" build mode for one or more of the' \ + 'languages you are analyzing, replace this with the commands to build' \ + 'your code, for example:' + echo ' make bootstrap' + echo ' make release' + exit 1 + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v4 + with: + category: "/language:${{matrix.language}}" From f1550da6178e522b5a1907e56f3193b8c7dacce5 Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Sat, 22 Nov 2025 23:11:37 +0530 Subject: [PATCH 03/11] Create sattar --- sattar | 1 + 1 file changed, 1 insertion(+) create mode 100644 sattar diff --git a/sattar b/sattar new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/sattar @@ -0,0 +1 @@ + From c22d8ae82401e27d51d255410365907c42ac78bd Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Sat, 22 Nov 2025 23:12:48 +0530 Subject: [PATCH 04/11] Create filesample --- filesample | 1 + 1 file changed, 1 insertion(+) create mode 100644 filesample diff --git a/filesample b/filesample new file mode 100644 index 0000000..fc8cd8c --- /dev/null +++ b/filesample @@ -0,0 +1 @@ +here is the text From 5a72aead251c37a87186800c678318355498dfb8 Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Sat, 22 Nov 2025 23:16:21 +0530 Subject: [PATCH 05/11] Create dot net --- dot net | 1 + 1 file changed, 1 insertion(+) create mode 100644 dot net diff --git a/dot net b/dot net new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/dot net @@ -0,0 +1 @@ + From f7b3ed0658cf1d3148675107dbbfbdc29d4c6d7b Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Sun, 23 Nov 2025 21:11:55 +0530 Subject: [PATCH 06/11] Update sattar --- sattar | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sattar b/sattar index 8b13789..9425bf8 100644 --- a/sattar +++ b/sattar @@ -1 +1,2 @@ - +Developer has pushed the code to the local Repo +lets how the poll SCM will work From ab2ae9ea20124a55e7e77734aeee8de8f1113153 Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Fri, 5 Dec 2025 17:31:39 +0530 Subject: [PATCH 07/11] Update sattar --- sattar | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sattar b/sattar index 9425bf8..59b468f 100644 --- a/sattar +++ b/sattar @@ -1,2 +1,4 @@ Developer has pushed the code to the local Repo lets how the poll SCM will work +adding more content to the file +to see the trigger is automatically working or not From bdae11f1fa9bea7d583166edfe445c3b336fe657 Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Fri, 5 Dec 2025 19:04:56 +0530 Subject: [PATCH 08/11] Update sattar --- sattar | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sattar b/sattar index 59b468f..af031f1 100644 --- a/sattar +++ b/sattar @@ -2,3 +2,7 @@ Developer has pushed the code to the local Repo lets how the poll SCM will work adding more content to the file to see the trigger is automatically working or not +updating commits to check the whether the pollscm trigger is +working fine or not +let's see the functionlity +and lets get the output From f8ae7bf0d063356e618eb634983d0acd53fa35c4 Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Fri, 5 Dec 2025 19:14:19 +0530 Subject: [PATCH 09/11] Update sattar --- sattar | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sattar b/sattar index af031f1..a782d90 100644 --- a/sattar +++ b/sattar @@ -6,3 +6,5 @@ updating commits to check the whether the pollscm trigger is working fine or not let's see the functionlity and lets get the output +adding some more content to check the Jenkins with Maven +intergration is working fine or not From d37b543394e9354d0758bc2f22bbf235e12c858a Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Fri, 5 Dec 2025 19:21:59 +0530 Subject: [PATCH 10/11] Update sattar --- sattar | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sattar b/sattar index a782d90..2203c04 100644 --- a/sattar +++ b/sattar @@ -8,3 +8,5 @@ let's see the functionlity and lets get the output adding some more content to check the Jenkins with Maven intergration is working fine or not +adding few more content to see the pollscm trigeer with PMD:PMD +Is working fine or not From 7fa212dc4034468fe415ea1555169cc394c9cfa0 Mon Sep 17 00:00:00 2001 From: Sattar Mohammed Date: Fri, 5 Dec 2025 19:34:40 +0530 Subject: [PATCH 11/11] Update sattar --- sattar | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sattar b/sattar index 2203c04..0b15272 100644 --- a/sattar +++ b/sattar @@ -10,3 +10,5 @@ adding some more content to check the Jenkins with Maven intergration is working fine or not adding few more content to see the pollscm trigeer with PMD:PMD Is working fine or not +lets the functionality one more time +to see how it will work