Skip to content

Bump step-security/harden-runner from 2.13.1 to 2.13.2 in the actions group #60

Bump step-security/harden-runner from 2.13.1 to 2.13.2 in the actions group

Bump step-security/harden-runner from 2.13.1 to 2.13.2 in the actions group #60

Workflow file for this run

name: Test
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
test:
name: Basic Test
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./
- run: chainctl version