Skip to content

chore(deps): Bump actions/checkout from 4.1.2 to 4.1.3 in the github group #27

chore(deps): Bump actions/checkout from 4.1.2 to 4.1.3 in the github group

chore(deps): Bump actions/checkout from 4.1.2 to 4.1.3 in the github group #27

Workflow file for this run

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0
name: test
on:
push:
branches:
# Run on pushes to default branch
- main
# Run against pull requests
pull_request:
permissions:
contents: read
jobs:
markdown:
runs-on: ubuntu-latest
steps:
- name: 🔒 harden runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: ⬇️ test
run: |
make test