Skip to content

Support ntlm Key Exchange #192

Support ntlm Key Exchange

Support ntlm Key Exchange #192

Workflow file for this run

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
name: "CodeQL"
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
schedule:
- cron: "44 11 * * 0"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
timeout-minutes: 360
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
with:
languages: go
build-mode: manual
- run: go build ./...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
with:
category: /language:go