From 6a3890a8712332c2c3dd563b1ae0f675360092c8 Mon Sep 17 00:00:00 2001 From: Bradley Jones Date: Tue, 28 May 2024 14:43:55 +0100 Subject: [PATCH] ci: fix release workflow Signed-off-by: Bradley Jones --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ecb895d..a9ab4e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} # This check name is defined as the github actions job name (in .github/workflows/static-analysis-integration.yaml) - checkName: "Static-Analysis (1.21.x, ubuntu-latest)" + checkName: "Static-Analysis (1.22.x, ubuntu-latest)" ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Check unit, and integration test results @@ -40,7 +40,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} # This check name is defined as the github actions job name (in .github/workflows/static-analysis-integration.yaml) - checkName: "Tests (1.21.x, ubuntu-latest)" + checkName: "Tests (1.22.x, ubuntu-latest)" ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Quality gate