From 6b9ec145202b19f1abf07057e2aea2108760700b Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 10:53:05 -0400 Subject: [PATCH 01/12] Create Dependabot.yml Romeo Rosete --- .github/workflows/Dependabot.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/Dependabot.yml diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/.github/workflows/Dependabot.yml @@ -0,0 +1 @@ + From 708497688a79b817af32b7e10bae31abc8ef8a07 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 10:54:30 -0400 Subject: [PATCH 02/12] Update Dependabot.yml Romeo Rosete --- .github/workflows/Dependabot.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 8b13789179..6e217faffc 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -1 +1,20 @@ - + - name: Cache + uses: actions/cache@v4.2.3 + with: + # A list of files, directories, and wildcard patterns to cache and restore + path: + # An explicit key for restoring and saving the cache + key: + # An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. + restore-keys: # optional + # The chunk size used to split up large files during upload, in bytes + upload-chunk-size: # optional + # An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms + enableCrossOsArchive: # optional, default is false + # Fail the workflow if cache entry is not found + fail-on-cache-miss: # optional, default is false + # Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache + lookup-only: # optional, default is false + # Run the post step to save the cache even if another step before fails + save-always: # optional, default is false + From 976166f403a0621d67a2fd33ce266046cc1b3c2e Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 10:59:06 -0400 Subject: [PATCH 03/12] Rename codeql.yml to dependabot.yml Romeo Rosete --- .github/workflows/{codeql.yml => dependabot.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{codeql.yml => dependabot.yml} (100%) diff --git a/.github/workflows/codeql.yml b/.github/workflows/dependabot.yml similarity index 100% rename from .github/workflows/codeql.yml rename to .github/workflows/dependabot.yml From 4864dba049c8b9e2ef231488fb66a375cbbe80e3 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:00:19 -0400 Subject: [PATCH 04/12] Update Dependabot.yml Romeo Rosete --- .github/workflows/Dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 6e217faffc..5545339950 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -1,4 +1,4 @@ - - name: Cache +Romeo Rosete - name: Cache uses: actions/cache@v4.2.3 with: # A list of files, directories, and wildcard patterns to cache and restore From 2c8bc7d4a20a9973f1893e132b7c769e5f73079f Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:25:09 -0400 Subject: [PATCH 05/12] Update Dependabot.yml Romeo Rosete --- .github/workflows/Dependabot.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 5545339950..d62f551ff9 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -1,20 +1,2 @@ -Romeo Rosete - name: Cache - uses: actions/cache@v4.2.3 - with: - # A list of files, directories, and wildcard patterns to cache and restore - path: - # An explicit key for restoring and saving the cache - key: - # An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case. - restore-keys: # optional - # The chunk size used to split up large files during upload, in bytes - upload-chunk-size: # optional - # An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms - enableCrossOsArchive: # optional, default is false - # Fail the workflow if cache entry is not found - fail-on-cache-miss: # optional, default is false - # Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache - lookup-only: # optional, default is false - # Run the post step to save the cache even if another step before fails - save-always: # optional, default is false - + +.github/workflows/Dependabot.yml From 74b55ddd73b03c8f2c0aecc5585d9e8c776547f6 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:28:22 -0400 Subject: [PATCH 06/12] Update dependabot.yml Romeo Rosete --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac779a44a5..6761526b33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# To get started with Dependabot version updates, you'll need to specify which +Romeo Rosete # 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file From 5461a9cbd85d2ddab4ee0f448aebbba81832ddb9 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:32:09 -0400 Subject: [PATCH 07/12] Update Dependabot.yml Romeo Rosete --- .github/workflows/Dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index d62f551ff9..9cc920091b 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -1,2 +1,13 @@ +Romeo Rosete # 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + + -.github/workflows/Dependabot.yml From 360a352701ac13c948ad72f56af3b3a426efc0df Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:33:54 -0400 Subject: [PATCH 08/12] Update Dependabot.yml Romeo Rosete --- .github/workflows/Dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index 9cc920091b..b41acc46ef 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -1,4 +1,4 @@ -Romeo Rosete # To get started with Dependabot version updates, you'll need to specify which + # 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file From 6374df98b0995f232f2f6aa846346095c41366dd Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:41:15 -0400 Subject: [PATCH 09/12] Update dependabot.yml Romeo Rosete --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6761526b33..b4e0dacec8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -Romeo Rosete # To get started with Dependabot version updates, you'll need to specify which + # 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file From 9abdff4966ab54d0b45d86c66ab2ac3488a4d1c4 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:43:16 -0400 Subject: [PATCH 10/12] [...slug]-8181c6f606195428.js.download Romeo Rosete From 7d77a73b88767ce845dd4c5373958acae6d794e3 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Sun, 25 May 2025 11:45:27 -0400 Subject: [PATCH 11/12] Update Dependabot.yml Romeo Rosete --- .github/workflows/Dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dependabot.yml b/.github/workflows/Dependabot.yml index b41acc46ef..754d647503 100644 --- a/.github/workflows/Dependabot.yml +++ b/.github/workflows/Dependabot.yml @@ -1,4 +1,4 @@ - # To get started with Dependabot version updates, you'll need to specify which +Romeo Rosete # 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file From c8f98f61b20f70975fb6522fafd000e978c7738e Mon Sep 17 00:00:00 2001 From: Romeo Rosete <208020944+roseteromeo56@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:08:18 -0400 Subject: [PATCH 12/12] Create LICENSE Romeo Rosete --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..51896944fb --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 roseteromeo56.cb.id + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.