From e27e792d575de396161e172425eb168d444fe6f1 Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Fri, 10 Nov 2023 14:23:48 +0200 Subject: [PATCH] support 1.21 for codeQL --- .github/workflows/reusable-security.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-security.yaml b/.github/workflows/reusable-security.yaml index 91217c44..521657ca 100644 --- a/.github/workflows/reusable-security.yaml +++ b/.github/workflows/reusable-security.yaml @@ -26,6 +26,11 @@ jobs: name: Analyze CodeQL runs-on: ubuntu-latest steps: + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: 1.21.x + - name: Checkout repository uses: actions/checkout@v3 with: @@ -88,7 +93,7 @@ jobs: GOPATH: ${{ github.workspace }} steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: 1.21.x