Fix CodeQl actions syntax

This commit is contained in:
andreaTP 2022-05-31 08:34:26 +01:00 committed by Bruno Oliveira da Silva
parent 8912b6dc96
commit 8f54f03f17
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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