From 814197414d2ec575e6c24196401fc2e341528100 Mon Sep 17 00:00:00 2001 From: Lucas Martin Segurado Date: Tue, 18 Apr 2023 11:17:06 +0200 Subject: [PATCH 1/6] Create codeql.yml --- .github/workflows/codeql.yml | 15 +++++++++++++++ 1 file changed, 15 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..a0a883a --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,15 @@ +name: "CodeQL" + +on: + push: + branches: [master] + pull_request: + # The branches below must be a subset of the branches above + branches: [master] + schedule: + - cron: "0 21 * * 1" + +jobs: + call-workflow: + name: 'Call Workflow' + uses: "michijs/.github/.github/workflows/codeql-analysis.yml@main" From b0d76ced690c98ae62553d04e3155416502077dd Mon Sep 17 00:00:00 2001 From: Lucas Martin Segurado Date: Tue, 18 Apr 2023 11:17:20 +0200 Subject: [PATCH 2/6] Delete codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index a0a883a..0000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [master] - pull_request: - # The branches below must be a subset of the branches above - branches: [master] - schedule: - - cron: "0 21 * * 1" - -jobs: - call-workflow: - name: 'Call Workflow' - uses: "michijs/.github/.github/workflows/codeql-analysis.yml@main" From d3254e4adfdd2d72268a2e01b176e0275abb8a63 Mon Sep 17 00:00:00 2001 From: Lucas Martin Segurado Date: Tue, 18 Apr 2023 12:09:02 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b1f64..4f1e802 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A conversion utility for color spaces. ![npm][version] [![license][github-license]][github-license-url] ![npm][npm-downloads] ![npm][repo-size] - [![CodeQL](https://github.com/michijs/color-converter/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/michijs/color-converter/actions/workflows/codeql-analysis.yml) + [![CodeQL](https://github.com/michijs/color-converter/actions/workflows/codeql.yml/badge.svg)](https://github.com/michijs/color-converter/actions/workflows/codeql.yml) [![Tests](https://github.com/michijs/color-converter/actions/workflows/tests.yml/badge.svg)](https://github.com/michijs/color-converter/actions/workflows/tests.yml) Based on [CSS color module 4 draft](https://www.w3.org/TR/css-color-4/#color-converter-code) and [Easy RGB documentation](http://www.easyrgb.com/en/math.php) From 96e0d271b4d3b7f5e52987c9760cceaad766b746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:03:28 +0000 Subject: [PATCH 4/6] Bump lint-staged from 13.2.1 to 13.2.2 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.1 to 13.2.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.2.1...v13.2.2) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d589d34..077f541 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "typescript" ], "devDependencies": { - "lint-staged": "13.2.1", + "lint-staged": "13.2.2", "rome": "12.0.0", "simple-git-hooks": "2.8.1", "typescript": "5.0.4" From 005f4924a235b4ff2f88f6c39ba9fad0faa76625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 23:02:06 +0000 Subject: [PATCH 5/6] Bump rome from 12.0.0 to 12.1.0 Bumps [rome](https://github.com/rome/tools/tree/HEAD/npm/rome) from 12.0.0 to 12.1.0. - [Release notes](https://github.com/rome/tools/releases) - [Changelog](https://github.com/rome/tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/rome/tools/commits/cli/v12.1.0/npm/rome) --- updated-dependencies: - dependency-name: rome dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 077f541..8ec8ef7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ ], "devDependencies": { "lint-staged": "13.2.2", - "rome": "12.0.0", + "rome": "12.1.0", "simple-git-hooks": "2.8.1", "typescript": "5.0.4" }, From 096ef17a23c8270fcf90cbd4006ad8110c17f1c3 Mon Sep 17 00:00:00 2001 From: Lucas Martin Segurado Date: Thu, 18 May 2023 21:29:06 +0200 Subject: [PATCH 6/6] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57c8045..50b2b50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,6 @@ name: "Tests" -on: [push, pull_request, workflow_dispatch] +on: [push, workflow_dispatch] jobs: call-workflow: