Skip to content

chore(deps): bump step-security/harden-runner from 2.7.0 to 2.9.0 #244

chore(deps): bump step-security/harden-runner from 2.7.0 to 2.9.0

chore(deps): bump step-security/harden-runner from 2.7.0 to 2.9.0 #244

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@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: buildifier
run: bazel run --enable_bzlmod //.github/workflows:buildifier.check