Skip to content

Bump untitaker/hyperlink from 0.1.43 to 0.1.44 in the ci group (#390) #7

Bump untitaker/hyperlink from 0.1.43 to 0.1.44 in the ci group (#390)

Bump untitaker/hyperlink from 0.1.43 to 0.1.44 in the ci group (#390) #7

Workflow file for this run

name: "Code scanning"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "26 14 * * 2"
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
secrets: inherit