Skip to content

ci(GitHub): bump step-security/harden-runner from 2.8.1 to 2.9.0 #9

ci(GitHub): bump step-security/harden-runner from 2.8.1 to 2.9.0

ci(GitHub): bump step-security/harden-runner from 2.8.1 to 2.9.0 #9

Workflow file for this run

name: Validate Workflows
on:
push:
paths:
- '.github/actions/**.yml'
- '.github/workflows/*.yml'
pull_request:
paths:
- '.github/actions/**.yml'
- '.github/workflows/*.yml'
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
files.pythonhosted.org:443
github.com:443
objects.githubusercontent.com:443
pypi.org:443
raw.githubusercontent.com:443
registry.npmjs.org:443
- uses: actions/checkout@v4
- uses: ./.github/actions/actionlint