Skip to content

chore(deps): Bump step-security/harden-runner from 2.7.1 to 2.9.0 #89

chore(deps): Bump step-security/harden-runner from 2.7.1 to 2.9.0

chore(deps): Bump step-security/harden-runner from 2.7.1 to 2.9.0 #89

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: lint
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@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
with:
egress-policy: audit
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: ⬇️ lint
run: |
make lint