diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fe9a801..800aa02 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'csharp', 'javascript', 'python' ] + language: [ 'javascript' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://git.io/codeql-language-support diff --git a/.github/workflows/llm-code-review.yml b/.github/workflows/llm-code-review.yml new file mode 100644 index 0000000..c02b126 --- /dev/null +++ b/.github/workflows/llm-code-review.yml @@ -0,0 +1,23 @@ +name: AI Code Review + +on: + pull_request: + types: [opened, synchronize, reopened] + issues: + types: [opened, reopened] + +jobs: + repofix: + runs-on: ubuntu-latest + steps: + - name: Run RepoFixAI + uses: Manav916/llm-code-review@main + with: + groq_api_key: ${{ secrets.GROQ_API_KEY }} + groq_model: 'llama-3.3-70b-versatile' + github_token: ${{ secrets.GITHUB_TOKEN }} + # exclude_extensions: 'txt' + repo_owner: ${{ github.repository_owner }} + repo_name: ${{ github.event.repository.name }} + event_number: ${{ github.event.number || github.event.issue.number }} # when listening for both pull requests and issues + event_name: ${{ github.event_name }} diff --git a/SECURITY.MD b/SECURITY.MD index d440e6c..40f5e10 100644 --- a/SECURITY.MD +++ b/SECURITY.MD @@ -43,8 +43,8 @@ This program is also known by the following names. These names are used solely f - DOI [10.5281/zenodo.11382384](https://zenodo.org/doi/10.5281/zenodo.11382384) (CERN/OpenAIRE Zenodo) - ["284757291"](https://ics.catswords.net/1494315-Certificate%2BSoR-284757291.pdf) (Registered with the [UK Copyright Service](https://copyrightservice.co.uk/)) -- ["A0562"](https://www.oss.kr/dev_competition_activities/show/544723e6-850a-4956-9194-79640420c19a)(2023) (2023 Open-source Development Contest, NIPA National IT Industry Promotion Agency, Republic of Korea) -- "C-2021-000237"(2021) (Copyright Registration Online System, Korea Copyright Commission, Republic of Korea) +- ["A0562"](https://www.oss.kr/dev_competition_activities/show/544723e6-850a-4956-9194-79640420c19a)(2023) (2023 Open-source Development Contest, NIPA National IT Industry Promotion Agency(정보통신산업진흥원), Republic of Korea) +- "C-2021-000237"(2021) (Copyright Registration Online System, Korea Copyright Commission(한국저작권위원회), Republic of Korea) - "Codename Macadamia"(2020) (Heavy industry specialized CSP in the Republic of Korea) ## Report abuse