Skip to content

build(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 #417

build(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12

build(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 #417

Workflow file for this run

name: "CodeQL"
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- 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