diff options
author | paramtamtam <[email protected]> | 2020-12-07 21:51:18 +0500 |
---|---|---|
committer | paramtamtam <[email protected]> | 2020-12-07 21:51:35 +0500 |
commit | 5d62c5508e820248fe150aeda23b85225bc23d04 (patch) | |
tree | 1ff6b04cc014918bf8ee0e5fba0d7fdc971217a9 /.github/workflows/codeql-analysis.yml | |
parent | b22078ce707d21ac17ea1727a4174c44ef57ae69 (diff) |
GitHub action added, /bin/rr updated
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1c90e4a4..75e40110 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -47,7 +47,7 @@ jobs: 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. + # 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 |