Skip to content

build(deps): bump golang.org/x/sys from 0.15.0 to 0.18.0 #143

build(deps): bump golang.org/x/sys from 0.15.0 to 0.18.0

build(deps): bump golang.org/x/sys from 0.15.0 to 0.18.0 #143

Workflow file for this run

name: "CodeQL Scan"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '25 21 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Build
run: make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"