Skip to content

build(deps): bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 #1597

build(deps): bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0

build(deps): bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 #1597

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test_groovy:
name: Groovy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
java-version: '11'
distribution: 'temurin'
- name: Run Groovy Tests
run: |
cd pipelines
./gradlew --info test