mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Fix CodeQl actions syntax
This commit is contained in:
parent
8912b6dc96
commit
8f54f03f17
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…
x
Reference in New Issue
Block a user