Skip to content

Bump golang.org/x/crypto from 0.43.0 to 0.46.0 in the gomod-minor-patch group #27

Bump golang.org/x/crypto from 0.43.0 to 0.46.0 in the gomod-minor-patch group

Bump golang.org/x/crypto from 0.43.0 to 0.46.0 in the gomod-minor-patch group #27

Workflow file for this run

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