Skip to content

Bump github.com/containerd/containerd from 1.7.23 to 1.7.27 #33

Bump github.com/containerd/containerd from 1.7.23 to 1.7.27

Bump github.com/containerd/containerd from 1.7.23 to 1.7.27 #33

Workflow file for this run

name: "CodeQL Scan"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
CodeQL-Build:
strategy:
fail-fast: false
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- run: |
go build ./...

Check failure on line 34 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

You have an error in your yaml syntax on line 34
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2