Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

chore(deps): bump the maven-deps group with 6 updates #972

chore(deps): bump the maven-deps group with 6 updates

chore(deps): bump the maven-deps group with 6 updates #972

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: "recursive"
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
cache: maven
- name: Build with Maven
run: ./mvnw -DskipTests package
automerge:
needs: [build]
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
merge-comment: "Merged automatically by Planet CI."
skip-commit-verification: true
skip-verification: true
codeql-workflow:

Check failure on line 37 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI workflow

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 37, Col: 3): Error calling workflow 'planet-community/planet_ota/.github/workflows/codeql.yml@1980f692a7b1f0a591ff715b8a17ddb9bb872a51'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
needs: [build]
uses: ./.github/workflows/codeql.yml
secrets: inherit
containers:
needs: [codeql-workflow]
uses: ./.github/workflows/containers.yml
secrets: inherit