diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 42a3348..edad831 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: # image still ships an older toolchain. Pin the rc until go.dev publishes # a stable 1.27 (then switch to go-version-file: go.mod). - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: "1.27.0-rc.2" cache: true