Update codeql workflow (#17067)

This commit is contained in:
Luke Heath
2024-02-22 12:27:52 -06:00
committed by GitHub
parent 272ce3187f
commit fb44217467
+5
View File
@@ -47,6 +47,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: ${{ vars.GO_VERSION }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL