Skip to content

Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.7 in /data-prepper-plugins/s3-source #4574

Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.7 in /data-prepper-plugins/s3-source

Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.7 in /data-prepper-plugins/s3-source #4574

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
- labeled
jobs:
backport:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
name: Backport
steps:
- name: GitHub App token
id: github_app_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
installation_id: 22958780
- name: Backport
uses: VachaShah/[email protected]
with:
github_token: ${{ steps.github_app_token.outputs.token }}
branch_name: backport/backport-${{ github.event.number }}