Skip to content

Pull in https://gitlab.alpinelinux.org/alpine/go/-/merge_requests/25 … #21

Pull in https://gitlab.alpinelinux.org/alpine/go/-/merge_requests/25 …

Pull in https://gitlab.alpinelinux.org/alpine/go/-/merge_requests/25 … #21

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: true
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.4.0
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v3.0.0
with:
go-version: 1.19
check-latest: true
- name: Initialize CodeQL
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
with:
languages: go
- name: build
run: make apko
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e