1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

minor: codeql

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-11-04 20:38:23 +02:00
parent b12965b050
commit 2fa427e264

View File

@@ -41,6 +41,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
check-latest: true
- run: go version
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2