Skip to content

Bump requests from 2.32.3 to 2.32.4 in the pip group (#914) #915

Bump requests from 2.32.3 to 2.32.4 in the pip group (#914)

Bump requests from 2.32.3 to 2.32.4 in the pip group (#914) #915

name: Release Drafter
on:
push:
branches: main
permissions:
contents: read
jobs:
update-release-draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-24.04
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
*.githubusercontent.com:443
ghcr.io
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}