Skip to content

Bump com.gradle.develocity from 3.17.4 to 3.17.5 in /examples/hibernate in the gradle-dependencies group #757

Bump com.gradle.develocity from 3.17.4 to 3.17.5 in /examples/hibernate in the gradle-dependencies group

Bump com.gradle.develocity from 3.17.4 to 3.17.5 in /examples/hibernate in the gradle-dependencies group #757

Workflow file for this run

name: gitleaks
on:
pull_request: {}
push:
branches: [master, v3.dev]
permissions: read-all
env:
ALLOWED_ENDPOINTS: >
api.github.com:443
github.com:443
objects.githubusercontent.com:443
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: ${{ env.ALLOWED_ENDPOINTS }}
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}