Skip to content

fix: test assertion for TestOutgoingTLSBadClientCertificate message #173

fix: test assertion for TestOutgoingTLSBadClientCertificate message

fix: test assertion for TestOutgoingTLSBadClientCertificate message #173

Workflow file for this run

name: Code Scanning
# Source: https://github.com/cli/cli/blob/trunk/.github/workflows/codeql.yml
on:
push:
schedule:
- cron: "17 0 * * 0"
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1