diff options
| author | XhmikosR <[email protected]> | 2020-04-29 15:01:48 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-29 15:01:48 +0300 |
| commit | 6d7cb22728f0eabdebd9eba55ac24d89fe60dac0 (patch) | |
| tree | 9c685c4f33ecb10ee56b4ee47086af84ac643c38 /.github/workflows | |
| parent | 1e8e3e5e12d90cb6febbe5c30bf8410f8cf3136c (diff) | |
| download | bootstrap-6d7cb22728f0eabdebd9eba55ac24d89fe60dac0.tar.xz bootstrap-6d7cb22728f0eabdebd9eba55ac24d89fe60dac0.zip | |
Move codeql.yml one dir up (#30677)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql.yml (renamed from .github/workflows/workflows/codeql.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflows/codeql.yml b/.github/workflows/codeql.yml index 75a7e5b54..aabab068f 100644 --- a/.github/workflows/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,4 +43,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1
\ No newline at end of file + uses: github/codeql-action/analyze@v1 |
