From 5a6d2bb581435477d188b21c2223cc7d5d8344b1 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Thu, 23 Feb 2023 19:53:49 +0100 Subject: [PATCH] Update CI (#48) --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49ecebf..11591f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [main] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 * * 0' # run "At 00:00 on Sunday" workflow_dispatch: inputs: tag: @@ -18,13 +18,13 @@ on: # See https://github.com/cristalhq/.github/.github/workflows jobs: build: - uses: cristalhq/.github/.github/workflows/build.yml@main - - codeql: - uses: cristalhq/.github/.github/workflows/codeql.yml@main + uses: cristalhq/.github/.github/workflows/build.yml@v0.2.1 + + vuln: + uses: cristalhq/.github/.github/workflows/vuln.yml@v0.2.1 release: if: github.event_name == 'workflow_dispatch' - uses: cristalhq/.github/.github/workflows/release.yml@main + uses: cristalhq/.github/.github/workflows/release.yml@v0.2.1 with: tag: ${{ github.event.input.tag }}