Skip to content

Add python3-boto3 as a dependency to metalk8s-sosreport when rhel is 8 or superior #965

Add python3-boto3 as a dependency to metalk8s-sosreport when rhel is 8 or superior

Add python3-boto3 as a dependency to metalk8s-sosreport when rhel is 8 or superior #965

Workflow file for this run

---
name: codeQL
on:
push:
branches: [development/*]
pull_request:
branches: [development/*]
workflow_dispatch:
jobs:
analyze:
name: Static analysis with CodeQL
runs-on: ubuntu-latest
strategy:
matrix:
language: [python, typescript, go, javascript]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"