Pin Python version in GitHub Actions for osquery version updater, use Python HTTP client directly to avoid needing to figure out how to pin requests lib (#24861)

For #24274. Skipping changes file since this is an internal tool.

# Checklist for submitter
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Ian Littman
2024-12-18 14:04:39 -06:00
committed by GitHub
parent 61038bf1b8
commit 11c316e653
2 changed files with 10 additions and 6 deletions
@@ -16,9 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: "3.x"
- name: Install dependencies
run: pip install requests
python-version: "3.13.1"
- name: Update Osquery versions in UI
run: python .github/scripts/update_osquery_versions.py
- name: PR changes