Skip to content

Bump com.github.ben-manes.versions from 0.56.0 to 0.58.0 in /hooks/persistence-defectdojo/hook in the gradle-version-updates group #3790

Bump com.github.ben-manes.versions from 0.56.0 to 0.58.0 in /hooks/persistence-defectdojo/hook in the gradle-version-updates group

Bump com.github.ben-manes.versions from 0.56.0 to 0.58.0 in /hooks/persistence-defectdojo/hook in the gradle-version-updates group #3790

Workflow file for this run

# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0
name: Label Commenter
on:
issues:
types: [labeled, unlabeled]
pull_request_target:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Label Commenter
uses: peaceiris/actions-label-commenter@f0dbbef043eb1b150b566db36b0bdc8b7f505579 # v1.10.0
with:
github_token: ${{ secrets.SCB_BOT_USER_TOKEN }}