Skip to content

Add host and username/password support to cargo registry handler #422

Add host and username/password support to cargo registry handler

Add host and username/password support to cargo registry handler #422

Workflow file for this run

name: CodeQL
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
schedule:
- cron: "15 3 * * 1" # https://crontab.guru/#15_3_*_*_1
permissions: {}
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2