Skip to content

Bump step-security/harden-runner from 2.10.1 to 2.10.2 #297

Bump step-security/harden-runner from 2.10.1 to 2.10.2

Bump step-security/harden-runner from 2.10.1 to 2.10.2 #297

Workflow file for this run

---
name: pre-merge-ci
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
disable-telemetry: true
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install gomplate
run: make install-gomplate
- name: Run checks
env:
# Installed by previous step
GOMPLATE: ${HOME}/go/bin/gomplate
run: make ci