Skip to content

Bump docker/build-push-action from 6.8.0 to 6.9.0 #7758

Bump docker/build-push-action from 6.8.0 to 6.9.0

Bump docker/build-push-action from 6.8.0 to 6.9.0 #7758

Workflow file for this run

name: CLOG
on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
permissions: read-all
jobs:
validate:
permissions:
contents: read # for actions/checkout to fetch code
name: Validate
runs-on: windows-latest
steps:
- name: Setup .NET
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee
with:
dotnet-version: 6.0.x
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Prepare Machine
run: scripts/prepare-machine.ps1
shell: pwsh
- name: Run CLOG Update
run: scripts/update-sidecar.ps1
shell: pwsh
- name: Check for Changes
run: |
git add .
git --no-pager diff --exit-code HEAD