Skip to content

feat(github-action)!: Update renovatebot/github-action ( v40.3.6 → v41.0.8 ) #9

feat(github-action)!: Update renovatebot/github-action ( v40.3.6 → v41.0.8 )

feat(github-action)!: Update renovatebot/github-action ( v40.3.6 → v41.0.8 ) #9

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Pull Request: Validate"
on:
pull_request:
branches: ["main"]
types: ["opened", "synchronize", "reopened"]
concurrency:
group: ${{ github.head_ref }}-pr-validate
cancel-in-progress: true
jobs:
simple-checks:
uses: keyboarddabbler/containers/.github/workflows/simple-checks.yaml@main
get-changed-images:
uses: keyboarddabbler/containers/.github/workflows/get-changed-images.yaml@main
build-images:

Check failure on line 21 in .github/workflows/pr-validate.yaml

View workflow run for this annotation

GitHub Actions / Pull Request: Validate

Invalid workflow file

The workflow is not valid. .github/workflows/pr-validate.yaml (Line: 21, Col: 3): Error calling workflow 'keyboarddabbler/containers/.github/workflows/build-images.yaml@main'. The nested job 'build-platform-images' is requesting 'packages: write', but is only allowed 'packages: read'.
needs: ["simple-checks", "get-changed-images"]
if: ${{ needs.get-changed-images.outputs.addedOrModified == 'true' }}
uses: keyboarddabbler/containers/.github/workflows/build-images.yaml@main
secrets: inherit
with:
appsToBuild: "${{ needs.get-changed-images.outputs.addedOrModifiedImages }}"
pushImages: false
sendNotifications: false