Skip to content

chore(deps): bump step-security/harden-runner from 2.10.2 to 2.11.0 #166

chore(deps): bump step-security/harden-runner from 2.10.2 to 2.11.0

chore(deps): bump step-security/harden-runner from 2.10.2 to 2.11.0 #166

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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.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 }}