From ba9bef676d67063c5c08b8ba87fd4aa0d22fd320 Mon Sep 17 00:00:00 2001 From: "vave.gamedev@gmail.com" Date: Tue, 26 Sep 2023 03:59:04 +0800 Subject: [PATCH 1/2] Removed codeql --- .github/workflows/codeql-analysis.yml | 51 --------------------------- 1 file changed, 51 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 0eea62e..0000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,51 +0,0 @@ -# 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: - # The branches below must be a subset of the branches above - branches: [ main ] - schedule: - - cron: '44 5 * * 1' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'javascript' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - 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. - # queries: ./path/to/local/query, your-org/your-repo/queries@main - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 \ No newline at end of file From f2f16480354731d94edbbda39bc6cca688e2cbff Mon Sep 17 00:00:00 2001 From: vavedev Date: Mon, 25 Sep 2023 20:00:01 +0000 Subject: [PATCH 2/2] 6.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ba4185..2a14424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oa-ma-forum", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oa-ma-forum", - "version": "6.2.0", + "version": "6.2.1", "dependencies": { "@headlessui/react": "^1.4.2", "@heroicons/react": "^1.0.5", diff --git a/package.json b/package.json index 0b39fec..cbd6df3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oa-ma-forum", - "version": "6.2.0", + "version": "6.2.1", "private": true, "scripts": { "dev": "next dev",