Skip to content

mruby-compiler: add explicit cast to fix c++ compilation warning #2

mruby-compiler: add explicit cast to fix c++ compilation warning

mruby-compiler: add explicit cast to fix c++ compilation warning #2

name: CodeQL Analysis
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["actions"]
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "Security"