Skip to content

Bump com.gradle.develocity from 3.17.2 to 3.17.4 in /examples/hibernate #253

Bump com.gradle.develocity from 3.17.2 to 3.17.4 in /examples/hibernate

Bump com.gradle.develocity from 3.17.2 to 3.17.4 in /examples/hibernate #253

Workflow file for this run

name: actionlint
permissions: read-all
on: [ push, pull_request ]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: actionlint
uses: reviewdog/action-actionlint@89a03f6ba8c0a9fd238e82c075ffb34b86e40291 # v1.46.0
env:
SHELLCHECK_OPTS: -e SC2001 -e SC2035 -e SC2046 -e SC2061 -e SC2086 -e SC2156
with:
reporter: github-check
github_token: ${{ secrets.GITHUB_TOKEN }}