Skip to content

chore(deps): bump step-security/harden-runner from 2.10.3 to 2.10.4 in the actions-deps group #2166

chore(deps): bump step-security/harden-runner from 2.10.3 to 2.10.4 in the actions-deps group

chore(deps): bump step-security/harden-runner from 2.10.3 to 2.10.4 in the actions-deps group #2166

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
disable-telemetry: true
egress-policy: block
allowed-endpoints: > # dl.k8s.io is for 1.25 CI only
*.dl.k8s.io:443
api.github.com:443
dl.k8s.io:443
github.com:443
objects.githubusercontent.com:443
proxy.golang.org:443
raw.githubusercontent.com:443
storage.googleapis.com:443
sum.golang.org:443
vuln.go.dev:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/install-deps
- run: make ci-non-test