Skip to content

build(deps): bump io.opentelemetry:opentelemetry-api-incubator from 1.40.0-alpha to 1.44.0-alpha-SNAPSHOT #33

build(deps): bump io.opentelemetry:opentelemetry-api-incubator from 1.40.0-alpha to 1.44.0-alpha-SNAPSHOT

build(deps): bump io.opentelemetry:opentelemetry-api-incubator from 1.40.0-alpha to 1.44.0-alpha-SNAPSHOT #33

Workflow file for this run

# 静态代码分析工具 语义代码分析引擎,它可以扫描发现代码库中的漏洞
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
on:
push:
branches:
- master
- 'releases/*'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
#schedule:
# - cron: '29 9 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
steps:
- name: Checkout repository
uses: actions/[email protected]
with:
fetch-depth: 2
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: temurin
java-version: 21
cache: gradle
- 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