Fix CodeQl actions syntax
This commit is contained in:
parent
8912b6dc96
commit
8f54f03f17
3 changed files with 3 additions and 3 deletions
2
.github/workflows/codeql-java-analysis.yml
vendored
2
.github/workflows/codeql-java-analysis.yml
vendored
|
@ -16,10 +16,10 @@ on:
|
|||
- cron: '0 9 * * 2'
|
||||
|
||||
jobs:
|
||||
if: github.repository == 'keycloak/keycloak'
|
||||
analyze:
|
||||
name: CodeQL analyze
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'keycloak/keycloak'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -16,10 +16,10 @@ on:
|
|||
- cron: '0 9 * * 2'
|
||||
|
||||
jobs:
|
||||
if: github.repository == 'keycloak/keycloak'
|
||||
analyze:
|
||||
name: CodeQL analyze
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'keycloak/keycloak'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/codeql-theme-analysis.yml
vendored
2
.github/workflows/codeql-theme-analysis.yml
vendored
|
@ -16,10 +16,10 @@ on:
|
|||
- cron: '0 9 * * 2'
|
||||
|
||||
jobs:
|
||||
if: github.repository == 'keycloak/keycloak'
|
||||
analyze:
|
||||
name: CodeQL analyze
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'keycloak/keycloak'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue