Skip to content

build(deps): bump securego/gosec from 2.21.1 to 2.21.4 #326

build(deps): bump securego/gosec from 2.21.1 to 2.21.4

build(deps): bump securego/gosec from 2.21.1 to 2.21.4 #326

Workflow file for this run

# Maintains a release draft for all PRs into "main".
# See https://github.com/marketplace/actions/release-drafter for more information.
name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
# pull_request_target event is required for autolabeler to support PRs from forks
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}