Skip to content

Bump github.com/opencontainers/runc from 1.1.10 to 1.1.14 #68051

Bump github.com/opencontainers/runc from 1.1.10 to 1.1.14

Bump github.com/opencontainers/runc from 1.1.10 to 1.1.14 #68051

name: 'CodeQL'
on:
push:
branches:
- develop
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
schedule:
- cron: '23 19 * * 4'
jobs:
analyze:
name: Analyze ${{ matrix.language }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['go', 'javascript']
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Go
if: ${{ matrix.language == 'go' }}
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Touching core/web/assets/index.html
if: ${{ matrix.language == 'go' }}
run: mkdir -p core/web/assets && touch core/web/assets/index.html
- name: Initialize CodeQL
uses: github/codeql-action/init@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # codeql-bundle-v2.16.1
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # codeql-bundle-v2.16.1