Skip to content

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

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

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

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