Skip to content

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #2181

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #2181

Workflow file for this run

---
name: Apache Yetus
on: # yamllint disable-line rule:truthy
pull_request:
branches: [master]
jobs:
yetus:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
path: src
fetch-depth: 0
- name: Yetus
uses: apache/[email protected]
with:
basedir: ./src
buildtool: nobuild
continuousimprovement: true
githubtoken: ${{ secrets.GITHUB_TOKEN }}
patchdir: ./out
reviveconfig: .revive.toml
- name: Store Yetus artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v3
with:
name: 'yetus-scan'
path: ${{ github.workspace }}/out