Skip to content

Bump torch from 2.12.1 to 2.13.0 #106

Bump torch from 2.12.1 to 2.13.0

Bump torch from 2.12.1 to 2.13.0 #106

Workflow file for this run

name: CodeQL
permissions:
actions: read
contents: read
security-events: write
on:
push:
branches:
- main
pull_request:
branches:
- "**"
workflow_dispatch:
schedule:
- cron: "24 3 * * 1"
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- actions
- python
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Initialize CodeQL
id: init
continue-on-error: true
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: none
- name: Perform CodeQL Analysis
if: steps.init.outcome == 'success'
uses: github/codeql-action/analyze@v4
with:
category: /language:${{ matrix.language }}