Skip to content

Bump golang.org/x/crypto from 0.34.0 to 0.35.0 in the go group (#21) #14

Bump golang.org/x/crypto from 0.34.0 to 0.35.0 in the go group (#21)

Bump golang.org/x/crypto from 0.34.0 to 0.35.0 in the go group (#21) #14

Workflow file for this run

name: "Code scanning"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
gosec:
permissions:
# Required to upload SARIF files
security-events: write
# for actions/checkout to fetch code
contents: read
# call reusable workflow from central '.github' repo
uses: open-component-model/.github/.github/workflows/code-scan.yml@main

Check failure on line 17 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" -> "open-component-model/.github/.github/workflows/code-scan.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit