Skip to content

Bump docker/build-push-action from 6.16.0 to 6.17.0 #32

Bump docker/build-push-action from 6.16.0 to 6.17.0

Bump docker/build-push-action from 6.16.0 to 6.17.0 #32

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: MSDO
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 0 * * 0"
permissions: {}
jobs:
lint:
name: MSDO
runs-on: windows-latest
permissions:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run Microsoft Security DevOps scanner
uses: microsoft/security-devops-action@08976cb623803b1b36d7112d4ff9f59eae704de0 # v1.12.0
id: msdo
- name: Upload MSDO scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
with:
sarif_file: ${{ steps.msdo.outputs.sarifFile }}