Skip to content

test: increase timeouts in testStartTransientErrorsWithSuppressionDur… #815

test: increase timeouts in testStartTransientErrorsWithSuppressionDur…

test: increase timeouts in testStartTransientErrorsWithSuppressionDur… #815

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ['main']
pull_request:
branches: ['main']
schedule:
- cron: '56 3 * * 2'
permissions: {}
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: ['java-kotlin']
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v3.29.5
with:
category: "/language:${{matrix.language}}"