Skip to content

build(deps): bump github/codeql-action from 3 to 4 #67

build(deps): bump github/codeql-action from 3 to 4

build(deps): bump github/codeql-action from 3 to 4 #67

# https://docs.github.com/en/actions/sharing-automations/reusing-workflows#example-caller-workflow
name: Call a reusable workflow
on: push
jobs:
reusable-workflow-caller:
uses: remarkablemark/github-actions-workflows/.github/workflows/reusable-workflow.yml@master
with:
message: Hello, world!