Skip to content

Add patch-localized spatial noise to AdditiveNoise #70

Add patch-localized spatial noise to AdditiveNoise

Add patch-localized spatial noise to AdditiveNoise #70

Workflow file for this run

name: CodeQL Actions
on:
push:
branches: [main]
paths:
- "**/*"
pull_request:
branches: [main]
paths:
- "**/*"
schedule:
- cron: "17 3 * * 0"
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (actions)
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4
with:
languages: actions
build-mode: none
- name: Analyze
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4
with:
category: "/language:actions"