Skip to content

Bump tomcat.version from 10.0.23 to 10.1.16 #1

Bump tomcat.version from 10.0.23 to 10.1.16

Bump tomcat.version from 10.0.23 to 10.1.16 #1

#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: build
on:
pull_request_target:
permissions: read-all
jobs:
build:
if: github.repository == 'copernik-eu/log4j-plugins' && github.actor == 'dependabot[bot]'
uses: copernik-eu/log4j-plugins/.github/workflows/build-reusable.yaml@main
merge:
needs: build

Check failure on line 28 in .github/workflows/merge-dependabot.yaml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/merge-dependabot.yaml (Line: 28, Col: 5): Required property is missing: runs-on
steps:
- name: Fetch metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 # 1.6.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Automatically merge
run: |
gh pr merge --autor "$PR_URL"