Skip to content

build(deps): bump actions/setup-python from 5.2.0 to 5.3.0 #118

build(deps): bump actions/setup-python from 5.2.0 to 5.3.0

build(deps): bump actions/setup-python from 5.2.0 to 5.3.0 #118

Workflow file for this run

on:
pull_request:
permissions:
contents: read
jobs:
lint:
name: Check MITRE Mappings
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
files.pythonhosted.org:443
github.com:443
pypi.org:443
- name: Checkout panther-analysis
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1
- name: Set python version
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b #v5.3.0
with:
python-version: "3.11"
- name: Install pipenv
run: pip install pipenv
- name: Setup venv
run: make venv
- name: make lint-mitre
run: make lint-mitre