Skip to content

build(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 #40

build(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0

build(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 #40

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@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: set token
run: echo ${{ secrets.AUGGIE_BOT_TOKEN }} > token
- name: peribolos dry-run
uses: docker://ghcr.io/uwu-tools/peribolos@sha256:3771027ce98f3dcb74b22ce8bcfbde219738fa2cd021fb10c52b42befbcfe08e # v0.0.1
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