Skip to content

Update bytemare/workflows digest to e965440 - autoclosed #610

Update bytemare/workflows digest to e965440 - autoclosed

Update bytemare/workflows digest to e965440 - autoclosed #610

Workflow file for this run

name: Code Scan
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: '4 1 * * *'
permissions: {}
jobs:
Lint:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/golangci-lint.yml@929c63a7d1519589fa433d7462c474b6e613b45e
with:
config-path: ./.github/.golangci.yml
scope: ./...
Analyze:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/scan-go.yml@929c63a7d1519589fa433d7462c474b6e613b45e

Check failure on line 28 in .github/workflows/code-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/code-scan.yml" -> "bytemare/workflows/.github/workflows/scan-go.yml@929c63a7d1519589fa433d7462c474b6e613b45e" : failed to fetch workflow: workflow was not found.
with:
sonar-configuration: .github/sonar-project.properties
coverage-output-file: coverage.out
secrets:
github: ${{ secrets.GITHUB_TOKEN }}
sonar: ${{ secrets.SONAR_TOKEN }}
codecov: ${{ secrets.CODECOV_TOKEN }}
semgrep: ${{ secrets.SEMGREP_APP_TOKEN }}