Skip to content

Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.23.8 #264

Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.23.8

Bump github.com/shirou/gopsutil/v3 from 3.22.1 to 3.23.8 #264

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches: [ main ]
pull_request:
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.17
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1