Skip to content

Bump step-security/harden-runner from 2.6.0 to 2.6.1 #95

Bump step-security/harden-runner from 2.6.0 to 2.6.1

Bump step-security/harden-runner from 2.6.0 to 2.6.1 #95

Workflow file for this run

name: Code Review
on:
pull_request:
permissions:
contents: read
jobs:
code-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
int.api.stepsecurity.io:443
- name: Code Review
uses: step-security/ai-codewise@int