Skip to content

chore(deps): update gomod #341

chore(deps): update gomod

chore(deps): update gomod #341

Workflow file for this run

---
name: lint
on:
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests
push:
branches:
- main
- stable-*
pull_request:
# Run CI once per day (at 06:00 UTC)
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-test for each ansible-base version
# schedule:
# - cron: '0 6 * * *'
workflow_dispatch:
workflow_call:
permissions:
pull-requests: write
checks: write
contents: read
jobs:
lint:

Check failure on line 22 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 22, Col: 3): Error calling workflow 'delineaxpm/github-workflows/.github/workflows/lint.yml@main'. The workflow is requesting 'actions: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, deployments: none, discussions: none, issues: none, packages: none, pages: none, repository-projects: none, statuses: none, [...]
uses: delineaxpm/github-workflows/.github/workflows/lint.yml@main
secrets: inherit