Skip to content

chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 #85

chore(deps): bump docker/login-action from 4.2.0 to 4.4.0

chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 #85

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [main]
tags: ['v*']
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Set up JDK 17
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
java-version: '17'
distribution: 'temurin'
- name: Build
run: ./gradlew build