Skip to content

chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6 #12

chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6

chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6 #12

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Start MongoDB Server
uses: ./
with:
mongodb-version: ${{ matrix.mongodb-version }}