diff options
author | Valery Piashchynski <[email protected]> | 2020-12-08 18:31:30 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-08 18:31:30 +0300 |
commit | df31ff9cb4cc4bd696a63163c8b4c2661fc28a8d (patch) | |
tree | ccdb5d1596938f23a36f7aa880a348f2ab3cbba8 /.github/workflows/codeql-analysis.yml | |
parent | 196d97e697680340d2c535f6a782ac38216b320a (diff) | |
parent | 95bcb4c3f390bebb91041db710dbb4bde994d2fe (diff) |
Merge remote-tracking branch 'origin/master' into 2.0
# Conflicts:
# .github/workflows/ci-build.yml
# .gitignore
# Dockerfile
# Makefile
# bin/rr
# bors.toml
# cmd/rr/cmd/root.go
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 |