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

Update bytemare/workflows digest to 02175f0 #236

Update bytemare/workflows digest to 02175f0

Update bytemare/workflows digest to 02175f0 #236

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
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:
- uses: step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
with:
disable-sudo: true
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@9b7c22c3b39078582fa6d0d8f3841e944ec54582
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@9b7c22c3b39078582fa6d0d8f3841e944ec54582
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9b7c22c3b39078582fa6d0d8f3841e944ec54582