Skip to content

4.11.24

4.11.24 #1

Workflow file for this run

name: 👷Flow
on:
push:
branches: ["main"]
pull_request:
workflow_dispatch:
merge_group:
jobs:
lint:
uses: mraniki/coding_toolset/.github/workflows/🦺Lint.yml@main
secrets: inherit
test:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🧪Test.yml@main
secrets: inherit
security:

Check failure on line 19 in .github/workflows/👷Flow.yml

View workflow run for this annotation

GitHub Actions / 👷Flow

Invalid workflow file

The workflow is not valid. .github/workflows/👷Flow.yml (Line: 19, Col: 3): Error calling workflow 'mraniki/coding_toolset/.github/workflows/🔏Security.yml@main'. The nested job 'Bandit' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🔏Security.yml@main
secrets: inherit
build:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🐍Build.yml@main
secrets: inherit
release:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/📦Release.yml@main
secrets: inherit
docker:
needs: [release]
uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main
secrets: inherit