Skip to content

Use shared workflows #1

Use shared workflows

Use shared workflows #1

Workflow file for this run

# Remember to change/update `description` below when copying
# this include
name: "Shared cli/server fortio workflows"
on:
push:
branches: [ main ]
tags:
# so a vX.Y.Z-test1 doesn't trigger build
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-pre*'
pull_request:
branches: [ main ]
jobs:
call-gochecks:
uses: fortio/workflows/.github/workflows/gochecks.yml@main
call-codecov:
uses: fortio/workflows/.github/workflows/codecov.yml@main
call-codeql:

Check failure on line 19 in .github/workflows/include.yml

View workflow run for this annotation

GitHub Actions / Shared cli/server fortio workflows

Invalid workflow file

The workflow is not valid. .github/workflows/include.yml (Line: 19, Col: 5): Error calling workflow 'fortio/workflows/.github/workflows/codeql-analysis.yml@main'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main
call-releaser:
uses: fortio/workflows/.github/workflows/releaser.yml@main
with:
description: "Proxy for applications aiming to dispatch messages to Slack nicely"
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}