Skip to content

Bump github/codeql-action from 4.35.2 to 4.35.3 (#698) #536

Bump github/codeql-action from 4.35.2 to 4.35.3 (#698)

Bump github/codeql-action from 4.35.2 to 4.35.3 (#698) #536

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}