Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #789 from terraform-docs/dependabot/docker/scripts… #101

Merge pull request #789 from terraform-docs/dependabot/docker/scripts…

Merge pull request #789 from terraform-docs/dependabot/docker/scripts… #101

Workflow file for this run

name: codeql
on:
push:
branches:
- master
env:
GO_VERSION: "1.22.3"
jobs:
analyze:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Build binary
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3