Skip to content

chore(deps): bump github.com/buildkite/agent/v3 from 3.62.0 to 3.70.0 #5286

chore(deps): bump github.com/buildkite/agent/v3 from 3.62.0 to 3.70.0

chore(deps): bump github.com/buildkite/agent/v3 from 3.62.0 to 3.70.0 #5286

Workflow file for this run

name: Whitespace
on:
pull_request:
branches: [ 'main', 'release-*' ]
permissions: read-all
jobs:
whitespace:
name: Check Whitespace
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: chainguard-dev/actions/trailing-space@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}
- uses: chainguard-dev/actions/eof-newline@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}