Skip to content

Bump step-security/harden-runner from 2.13.2 to 2.13.3 (#526) #252

Bump step-security/harden-runner from 2.13.2 to 2.13.3 (#526)

Bump step-security/harden-runner from 2.13.2 to 2.13.3 (#526) #252

Workflow file for this run

name: Postsubmits
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
reconcile:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: set token
run: echo ${{ secrets.AUGGIE_BOT_TOKEN }} > token
- name: peribolos dry-run
uses: docker://ghcr.io/uwu-tools/peribolos:v0.0.7@sha256:b9711218b498f72518eaf21029785202862e8c87ab0082c8e0177b86e8df2467
with:
github-token-path: ./token
config-path: config
fix-org: true
fix-org-members: true
fix-teams: true
fix-team-members: true
fix-team-repos: true
min-admins: 3
#required-admins: # TODO(action): Required admins needs to be configured