Skip to content

Bump golang.org/x/tools from 0.1.12 to 0.21.0 in /internal/tools #364

Bump golang.org/x/tools from 0.1.12 to 0.21.0 in /internal/tools

Bump golang.org/x/tools from 0.1.12 to 0.21.0 in /internal/tools #364

name: "CodeQL Analysis"
on:
push:
branches: [ main ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2