Skip to content

Update module github.com/google/cel-go to v0.30.0 [SECURITY] (#1114) #748

Update module github.com/google/cel-go to v0.30.0 [SECURITY] (#1114)

Update module github.com/google/cel-go to v0.30.0 [SECURITY] (#1114) #748

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:
- name: Harden Runner
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
- uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2 # v7.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}