diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index 904c23d..0000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,70 +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: [ "master" ] - pull_request: - branches: [ "master" ] - schedule: - - cron: '34 13 * * 1' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'go' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - 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. - - # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs - # queries: security-extended,security-and-quality - - - # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - # ℹī¸ Command-line programs to run using the OS shell. - # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - - # If the Autobuild fails above, remove it and uncomment the following three lines. - # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. - - # - run: | - # echo "Run, Build Application using script" - # ./location_of_script_within_repo/buildscript.sh - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 - with: - category: "/language:${{matrix.language}}" diff --git a/README.md b/README.md index 1577759..4effd3f 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ ![Visual](/docs/README_VISUAL.png) [![Test](https://img.shields.io/github/actions/workflow/status/justincpresley/go-cobs/test.yaml?branch=master&label=Test)][1] -[![CodeQL](https://img.shields.io/github/actions/workflow/status/justincpresley/go-cobs/codeql.yml?branch=master&label=CodeQL)][2] -[![CodeFactor](https://img.shields.io/codefactor/grade/github/justincpresley/go-cobs/master?label=CodeFactor)][3] -[![Language](https://img.shields.io/github/go-mod/go-version/justincpresley/go-cobs/master?label=Go)][4] -[![Version](https://img.shields.io/github/v/tag/justincpresley/go-cobs?label=Latest%20version)][5] -[![Commits](https://img.shields.io/github/commits-since/justincpresley/go-cobs/latest/master?label=Unreleased%20commits)][6] -[![License](https://img.shields.io/github/license/justincpresley/go-cobs?label=License)][7] +[![CodeFactor](https://img.shields.io/codefactor/grade/github/justincpresley/go-cobs/master?label=CodeFactor)][2] +[![Language](https://img.shields.io/github/go-mod/go-version/justincpresley/go-cobs/master?label=Go)][3] +[![Version](https://img.shields.io/github/v/tag/justincpresley/go-cobs?label=Latest%20version)][4] +[![Commits](https://img.shields.io/github/commits-since/justincpresley/go-cobs/latest/master?label=Unreleased%20commits)][5] +[![License](https://img.shields.io/github/license/justincpresley/go-cobs?label=License)][6] @@ -35,9 +34,8 @@ Additionally, [usage](https://github.com/justincpresley/go-cobs/blob/master/docs ***go-cobs*** is an open source project licensed under ISC. See LICENSE.md for more information. [1]: https://github.com/justincpresley/go-cobs/actions/workflows/test.yaml -[2]: https://github.com/justincpresley/go-cobs/actions/workflows/codeql.yml -[3]: https://www.codefactor.io/repository/github/justincpresley/go-cobs -[4]: https://go.dev/ -[5]: https://github.com/justincpresley/go-cobs/releases -[6]: https://github.com/justincpresley/go-cobs/compare/v1.6.0...HEAD -[7]: https://en.wikipedia.org/wiki/ISC_license +[2]: https://www.codefactor.io/repository/github/justincpresley/go-cobs +[3]: https://go.dev/ +[4]: https://github.com/justincpresley/go-cobs/releases +[5]: https://github.com/justincpresley/go-cobs/compare/v1.6.0...HEAD +[6]: https://en.wikipedia.org/wiki/ISC_license