From e1cb25112d5056bd2de1d1ae571a6d6c21d8a407 Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 17 Apr 2024 14:35:00 +0900 Subject: [PATCH] ci(codeql): update yml comment --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac96031..49045f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,10 +43,10 @@ jobs: node --version npm --version - # "bin/templates/platform_www/cordova.js" is ignored because it is generated file. - # It contains mixed content from npm package "cordova-js" & "./cordova-js-src". - # The report might not be resovable because of the external package. - # If report related to this repo, it would be detected when scanning "./cordova-js-src". + # "bin/templates/platform_www/cordova.js" is ignored because it is a generated file. + # It contains mixed content from the npm package "cordova-js" and "./cordova-js-src". + # The report might not be resolvable because of the external package. + # If the report is related to this repository, it would be detected when scanning "./cordova-js-src". - uses: github/codeql-action/init@v3 with: languages: javascript