Skip to content

fix(go): update github.com/siderolabs/talos/pkg/machinery ( v1.10.2 →… #118

fix(go): update github.com/siderolabs/talos/pkg/machinery ( v1.10.2 →…

fix(go): update github.com/siderolabs/talos/pkg/machinery ( v1.10.2 →… #118

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: CodeQL
permissions:
security-events: write
packages: read
actions: read
contents: read
on:
schedule: [{ cron: "0 0 * * *" }]
push: { branches: ["main"] }
pull_request: { branches: ["main"] }
workflow_dispatch: {}
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: go
build-mode: autobuild
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
with:
category: "/language:${{matrix.language}}"