8000 When running on GitHub allow two attempts · phpredis/phpredis@149b65f · GitHub
[go: up one dir, main page]

Skip to content

When running on GitHub allow two attempts #1090

When running on GitHub allow two attempts

When running on GitHub allow two attempts #1090

Workflow file for this run

on: [push]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: cpp
queries: +security-and-quality
- name: Pre-build
run: |
phpize
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
0