From 94410292a5f78ecac6db6e038e07c3c4fa670f1e Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 05:23:12 -0600 Subject: [PATCH 01/32] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 690ea93..6167c7b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # Shuffle array using sort method step2 - I made a promise to y'all on my last repo. on this repository, I used the sort method to shuffle an array with one line of code.Thank y'all and you're welcome!🙃 - To begin with, I'm so happy about what am about to share with y'all today.on one hand,when we talk about shuffling of array it's easy to think of the steps to use when writing your algorithm to solve the probelm.on the other hand,getting your array shuffle after stating your steps is another issue to work on. that will lead us to the algorithm I used to solve the problem. Before getting us to what we need to know know, I want to let y'all know that this program might be one of the shortest code you've seen so far been used to shuffle an array with javascript. From b1c5b45df1b02aab28eb5b3548d15abe59bfd980 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 05:26:33 -0600 Subject: [PATCH 02/32] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6167c7b..9b63069 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ Before getting us to what we need to know know, I want to let y'all know that this program might be one of the shortest code you've seen so far been used to shuffle an array with javascript. My algorithm are as follows: + step1: create a veriable and call it name or what you wish. + step2: create an array container that will hold your veriables. + step3: then use sort method to sort the array in the container using an alert() + step4: after which, a simple function was written to be able to shuffle the array with Math function merged simultaneously without any conflict. just like a nested function,writing a function inside of another funtion which can be called a method in javascript. However, i believe y'all has an indepth understanding on what happened on the step 1 of my program. if you do then congratulation you're ready to advance and will be able to undertsand what will happen on the step 2. From 1d221c482f1a274c5a1ce88c1ab213d5023c5a30 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 05:46:26 -0600 Subject: [PATCH 03/32] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b63069..b2df5ec 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ step2: create an array container that will hold your veriables. step3: then use sort method to sort the array in the container using an alert() -step4: after which, a simple function was written to be able to shuffle the array with Math function merged simultaneously without any conflict. just like a nested function,writing a function inside of another funtion which can be called a method in javascript. -However, i believe y'all has an indepth understanding on what happened on the step 1 of my program. if you do then congratulation you're ready to advance and will be able to undertsand what will happen on the step 2. +step4: after which, a simple function was introduced to be able to shuffle the array with a Math function merged simultaneously without any conflict. just like a nested function,writing a function inside of another funtion which can be called a method in javascript. -NOTE: If you'd ask for my advise, on my end I'll encourage anyone using this program to understand what happened on the code first before using it. because It'll go a long way for you. that been said, I'd love y'all to compare and contrast step1 and stpe2 on how to shuffle array using sort method. will love to get your reviews and comments on the discussion section also I'm always open to new ideas and advise. Thank y'all and you're welcome!🙃 +However, i believed y'all has an indepth understanding on what happened on the step 1 of my program on how to shuffle an using sort method step 1. if you do then congratulation you're ready to advance and will be able to undertsand what will happen on the step 2. + +NOTE: If you'd ask for my advise, on my end I'll encourage anyone using this program to understand what happened on this code first before using it. because It'll go a very long way for you. that been said, I'd love y'all to compare and contrast step1 and stpe2 on how to shuffle array using sort method. looking forward for y'all reviews and comments on the discussion section or you can contact me directly if you have any difficulties on the program. also, I'm always open to new ideas that will sharpen and impact my skills positively. Thank y'all and you're welcome!🙃 From 044a77707d9e2cbaa9816cd30f8807a0bab6033f Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 06:00:52 -0600 Subject: [PATCH 04/32] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2df5ec..a3e9433 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Shuffle array using sort method step2 + To begin with, I'm so happy about what am about to share with y'all today.on one hand,when we talk about shuffling of array it's easy to think of the steps to use when writing your algorithm to solve the probelm.on the other hand,getting your array shuffle after stating your steps is another issue to work on. that will lead us to the algorithm I used to solve the problem. Before getting us to what we need to know know, I want to let y'all know that this program might be one of the shortest code you've seen so far been used to shuffle an array with javascript. From 4e96cec83bedeea66a8d56b56e64626ee5194b66 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 07:49:35 -0600 Subject: [PATCH 05/32] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..034e848 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From 21e5dc290cf047d16d9e96c174839f669c870eca Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 07:56:00 -0600 Subject: [PATCH 06/32] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 5323bb51c911380a9ec48dee773720bbbed90152 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:21:12 -0600 Subject: [PATCH 07/32] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e9433..461811b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ step1: create a veriable and call it name or what you wish. step2: create an array container that will hold your veriables. -step3: then use sort method to sort the array in the container using an alert() +step3: then use sort method to sort the array in the container using an alert(). step4: after which, a simple function was introduced to be able to shuffle the array with a Math function merged simultaneously without any conflict. just like a nested function,writing a function inside of another funtion which can be called a method in javascript. From 4b442fe7932b00892350b5c64cdda23292c0c6cb Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Sat, 9 Dec 2023 05:42:16 -0600 Subject: [PATCH 08/32] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 461811b..a1f9cdb 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ Before getting us to what we need to know know, I want to let y'all know that this program might be one of the shortest code you've seen so far been used to shuffle an array with javascript. My algorithm are as follows: + step1: create a veriable and call it name or what you wish. + step2: create an array container that will hold your veriables. step3: then use sort method to sort the array in the container using an alert(). From 7986c47b5fe0f3c4360a1375753b30bbc708c385 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:54:51 +0100 Subject: [PATCH 09/32] Revert "Merge pull request #11 from KidiIT/main" From 60f9706980d6bbbf6363a9f33ab29ac4ff21290e Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:56:41 +0100 Subject: [PATCH 10/32] Revert "Revert "Merge pull request #11 from KidiIT/main"" From 5c1d209e6fdde254738e666e27cd7705eea0c2c0 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:57:11 +0100 Subject: [PATCH 11/32] Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""" From b06672e981c3a3cf40649ffad24b4b439107e24d Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:57:58 +0100 Subject: [PATCH 12/32] Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""" From 4ca5da869f89b4f5db8f9d72a10553ea7dca8cfe Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:58:40 +0100 Subject: [PATCH 13/32] Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""""" From b04ab49eb0499511676bef64f5175c446d99b869 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:59:10 +0100 Subject: [PATCH 14/32] Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""""" From f85c091845232003a2097abb583477fce7421a53 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:59:38 +0100 Subject: [PATCH 15/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""""""" From 2c0c5debe3da40b38f58ca255d7449189727204c Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:00:18 +0100 Subject: [PATCH 16/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""""""" From c75f652da26300ad009d1e3afac0b7b4a033fdec Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:00:46 +0100 Subject: [PATCH 17/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""""""""" From 699788138ddda4aa923b04f2b885b1b9700ea92b Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:01:15 +0100 Subject: [PATCH 18/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""""""""" From 3b131d06c6999adf6d0e45ee54941a25941c2381 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:01:51 +0100 Subject: [PATCH 19/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""""""""""" From 5f1e97190b46568908034494702705316a15bfde Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:02:23 +0100 Subject: [PATCH 20/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""""""""""" From 21e6d574cb23e622bc11652083efad743c21e2a6 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:02:57 +0100 Subject: [PATCH 21/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""""""""""""" From 9f46d6ec9e646b90eb573a00cd4f01dacf4336b7 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:04:11 +0100 Subject: [PATCH 22/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""""""""""""" From d166de94970a013416f6734967be77a5e3f328ed Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:35:29 +0100 Subject: [PATCH 23/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""""""""""""""" From c314d9e44900a8d49843b4107a266ecc64428643 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:36:18 +0100 Subject: [PATCH 24/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""""""""""""""" From 790a7099be9a48e2aea36f15e7f325465945a52e Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:37:34 +0100 Subject: [PATCH 25/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""""""""""""""""" From 372b0f44e74c4678f524cc2e45a5377677e4bb0f Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:39:51 +0100 Subject: [PATCH 26/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""""""""""""""""" From 62e5b7d5ee24ebea420a2c903cb1072cc5152136 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:25:52 +0100 Subject: [PATCH 27/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main""""""""""""""""""" From 7e43d09150c4ab95c6a2878d209862d69082789e Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:28:36 +0100 Subject: [PATCH 28/32] Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Merge pull request #11 from KidiIT/main"""""""""""""""""""" From f9d0d37a6e55d94c98d1180c5801d1536f57599a Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:44:34 +0100 Subject: [PATCH 29/32] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ++++++++ 2 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + From eabe6828619b24b0d3b03e01582efb570798262f Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:45:27 +0100 Subject: [PATCH 30/32] Create FUNDING.yml Signed-off-by: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> --- .github/FUNDING.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e58518a --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,25 @@ +# These are supported funding model platforms + +jobs: + job_id: + permissions: + contents: 'read' + id-token: 'write' + + steps: + + # ... + + - uses: 'google-github-actions/auth@v2' + with: + workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' + service_account: 'my-service-account@my-project.iam.gserviceaccount.com' + + - uses: 'google-github-actions/deploy-cloudrun@v2' + with: + image: 'gcr.io/cloudrun/hello' + service: 'hello-cloud-run' +github: [KIDI’S TECH.com,kidiit] +patreon: KIDI'S-TECH@patreon.com +community_bridge: https://openprofile.dev/profile/kiditech +custom: [https://github.com/KIDI-S-TECH, https://github.com/KidiIT] From 8a12fc952bb5656bd7d34b59ed11faf7c4db3acf Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:46:54 +0100 Subject: [PATCH 31/32] Create codeql.yml Signed-off-by: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> --- .github/workflows/codeql.yml | 81 ++++++++++++++++++++++++++++++++++++ 1 file changed, 81 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..0a82e48 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,81 @@ +# 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" + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + schedule: + - cron: '15 14 * * 6' + +jobs: + analyze: + name: Analyze + # 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 + # Consider using larger runners for possible analysis time improvements. + runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'javascript-typescript' ] + # CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] + # Use only 'java-kotlin' to analyze code written in Java, Kotlin or both + # Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both + # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} + # 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 + + + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v3 + + # ℹ️ 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 + + # If the Autobuild fails above, remove it and uncomment the following three lines. + # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. + + # - run: | + # echo "Run, Build Application using script" + # ./location_of_script_within_repo/buildscript.sh + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v3 + with: + category: "/language:${{matrix.language}}" From bd343216823297ebe57ac9881368984bea283708 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 28 Dec 2023 20:48:15 +0100 Subject: [PATCH 32/32] Create dependabot.yml Signed-off-by: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> --- .github/dependabot.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f575ec7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,34 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +# `dependabot.yml` file with updates +# disabled for Docker and limited for npm + +version: 2 +updates: + # Configuration for Dockerfile + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + # Disable all pull requests for Docker dependencies + open-pull-requests-limit: 0 + + # Configuration for npm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + ignore: + # Ignore updates to packages that start with 'aws' + # Wildcards match zero or more arbitrary characters + - dependency-name: "aws*" + # Ignore some updates to the 'express' package + - dependency-name: "express" + # Ignore only new versions for 4.x and 5.x + versions: ["4.x", "5.x"] + # For all packages, ignore all patch updates + - dependency-name: "*" + update-types: ["version-update:semver-patch"]