Skip to content

Update flake.nix and its inputs #322

Update flake.nix and its inputs

Update flake.nix and its inputs #322

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main, ]
pull_request:
branches: [main]
schedule:
- cron: '0 11 * * 1'
permissions: {}
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Initialize CodeQL
uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@5b6282e01c62d02e720b81eb8a51204f527c3624
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624