Skip to content

Set public key from private key in DNSKEY instead of copying it from DNSKEY to private key #898

Set public key from private key in DNSKEY instead of copying it from DNSKEY to private key

Set public key from private key in DNSKEY instead of copying it from DNSKEY to private key #898

Workflow file for this run

name: "Code scanning - action"
on:
push:
branches: [master, ]
pull_request:
branches: [master]
schedule:
- cron: '0 23 * * 5'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2