Skip to content

Fix some OSSF scorecard issues #329

Fix some OSSF scorecard issues

Fix some OSSF scorecard issues #329

name: PR build Quarkus images for smoke tests
on:
pull_request:
paths:
- "smoke-tests/images/quarkus/**"
- ".github/workflows/pr-smoke-test-quarkus-images.yml"
- ".github/workflows/reusable-smoke-test-images.yml"
branches:
- main
permissions:
contents: read
jobs:
build:

Check failure on line 16 in .github/workflows/pr-smoke-test-quarkus-images.yml

View workflow run for this annotation

GitHub Actions / PR build Quarkus images for smoke tests

Invalid workflow file

The workflow is not valid. .github/workflows/pr-smoke-test-quarkus-images.yml (Line: 16, Col: 3): Error calling workflow 'open-telemetry/opentelemetry-java-instrumentation/.github/workflows/reusable-smoke-test-images.yml@69656f95a59bd268b3d6287d1b995b68e2ae68d4'. The nested job 'build' is requesting 'packages: write', but is only allowed 'packages: none'.
uses: ./.github/workflows/reusable-smoke-test-images.yml
with:
project: ":smoke-tests:images:quarkus"
cache-read-only: true
# Quarkus 3.7+ requires Java 17+
skip-java-8: true
skip-java-11: true