Skip to content

Adds the K6_INFLUXDB_PROXY environment variable support, closes #3418 #658

Adds the K6_INFLUXDB_PROXY environment variable support, closes #3418

Adds the K6_INFLUXDB_PROXY environment variable support, closes #3418 #658

name: "CodeQL"
on:
push:
branches: [ master ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v1