Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Update module github.com/bytemare/hash2curve to v0.3.0 - autoclosed #116

Update module github.com/bytemare/hash2curve to v0.3.0 - autoclosed

Update module github.com/bytemare/hash2curve to v0.3.0 - autoclosed #116

Workflow file for this run

name: "CodeQL"
on:
pull_request:
branches:
- main
schedule:
- cron: '31 10 * * 0'
permissions:
contents: read
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@231aa2c8a89117b126725a0e11897209b7118144 # pin@master
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@231aa2c8a89117b126725a0e11897209b7118144 # pin@master
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@231aa2c8a89117b126725a0e11897209b7118144 # pin@master