We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3f1e8 commit eb64676Copy full SHA for eb64676
.github/workflows/codeql-analysis.yml
@@ -46,8 +46,8 @@ jobs:
46
47
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
48
# If this step fails, then you should remove it and run the build manually (see below)
49
- - uses: github/codeql-action/autobuild@v1
50
- name: Build
+ uses: github/codeql-action/autobuild@v1
51
- run: |
52
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
53
chmod -x .github/workflows/build-ubuntu.sh && sh .github/workflows/build-ubuntu.sh
0 commit comments