Skip to content

Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3 in /deploy/aws/java11Exec #1228

Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3 in /deploy/aws/java11Exec

Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3 in /deploy/aws/java11Exec #1228

Workflow file for this run

name: Dependabot Automerge Check
on:
- pull_request_target
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Automerge dependabot dependencies
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.OPENHPI_BOT_TOKEN }}