Skip to content

Bump actions/checkout from 5 to 6 #215

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #215

Workflow file for this run

name: bearer
on:
push:
branches-ignore: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
rule_check:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Bearer
uses: bearer/bearer-action@v2
with:
skip-rule: "java_lang_information_leakage"