Skip to content

Update go.mod and go.sum #186

Update go.mod and go.sum

Update go.mod and go.sum #186

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
push:
branches:
- "**"
- "!main"
jobs:
pr-checks:

Check failure on line 13 in .github/workflows/pr.yaml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yaml (Line: 13, Col: 3): Error calling workflow 'lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main'. The nested job 'gosec' is requesting 'security-events: write', but is only allowed 'security-events: none'. .github/workflows/pr.yaml (Line: 13, Col: 3): Error calling workflow 'lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main'. The nested job 'codeql' is requesting 'security-events: write', but is only allowed 'security-events: none'.
uses: lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main
with:
go-version: "1.24"