Skip to content

chore(deps): bump github.com/pion/rtp from 1.8.5 to 1.8.6 in /torrent #605

chore(deps): bump github.com/pion/rtp from 1.8.5 to 1.8.6 in /torrent

chore(deps): bump github.com/pion/rtp from 1.8.5 to 1.8.6 in /torrent #605

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
analyze:
name: Analyze
runs-on: self-hosted
timeout-minutes: 1440
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['go']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- 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: "/language:${{matrix.language}}"