Skip to content

chore(deps): bump actions/checkout from 3.6.0 to 4.1.7 #243

chore(deps): bump actions/checkout from 3.6.0 to 4.1.7

chore(deps): bump actions/checkout from 3.6.0 to 4.1.7 #243

Workflow file for this run

name: Buildifier
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: buildifier
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check