Skip to content

Bump step-security/harden-runner from 2.10.2 to 2.12.0 #259

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

Bump step-security/harden-runner from 2.10.2 to 2.12.0 #259

Workflow file for this run

name: Start MongoDB Server
on: [push, pull_request]
jobs:
mongodb-action:
name: Start MongoDB Server v${{ matrix.mongodb-version }}
runs-on: ubuntu-latest
strategy:
matrix:
mongodb-version: ['4.0', '4.2', '4.4', '5.0', '6.0']
steps:
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Start MongoDB Server
uses: ./
with:
mongodb-version: ${{ matrix.mongodb-version }}