Skip to content

[GHSA-jv65-pf7v-f7p8] com.hazelcast:hazelcast: the deserialization protection is already in 3.10.1 #8694

[GHSA-jv65-pf7v-f7p8] com.hazelcast:hazelcast: the deserialization protection is already in 3.10.1

[GHSA-jv65-pf7v-f7p8] com.hazelcast:hazelcast: the deserialization protection is already in 3.10.1 #8694

name: Create PR staging branch
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited]
paths:
- "advisories/**"
permissions:
contents: read
jobs:
signal:
runs-on: ubuntu-latest
steps:
- name: Record pull request signal
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
mkdir -p workflow-signal
printf '%s\n' "${PR_NUMBER}" > workflow-signal/pr_number.txt
- name: Upload pull request signal
uses: actions/upload-artifact@v4
with:
name: create-staging-pr-number
path: workflow-signal/pr_number.txt
retention-days: 1
if-no-files-found: error