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