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 #240

Update bytemare/workflows digest to 02175f0

Update bytemare/workflows digest to 02175f0 #240

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@ee4ad8b9d64b235782063b8cfff3942401b8033d
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@ee4ad8b9d64b235782063b8cfff3942401b8033d
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ee4ad8b9d64b235782063b8cfff3942401b8033d