Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hacker9391
/
codeql-action
Public
forked from
github/codeql-action
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql-action
python-setup
on
main
User selector
All users
All time
Commit history
Commits on Sep 21, 2022
Merge pull request #1257 from github/rasmuswl/fix-ubuntu22.04-venv-creation
Show description for ff5ca12
henrymercer
authored
ff5ca12
View commit details
Copy full SHA for ff5ca12
View code at this point
Browse repository at this point
Apply suggestions from code review
Show description for 32ca2cf
RasmusWL
and
henrymercer
authored
32ca2cf
View commit details
Copy full SHA for 32ca2cf
View code at this point
Browse repository at this point
python-setup: Flush even more
RasmusWL
committed
8a893dd
View commit details
Copy full SHA for 8a893dd
View code at this point
Browse repository at this point
add missing spaces
RasmusWL
committed
93ba53f
View commit details
Copy full SHA for 93ba53f
View code at this point
Browse repository at this point
python-setup: Fail early if installing for Python 2, and `python2` not available
RasmusWL
committed
1fa5d72
View commit details
Copy full SHA for 1fa5d72
View code at this point
Browse repository at this point
Merge pull request #1258 from github/rasmuswl/poetry-v1.2
Show description for 417059f
RasmusWL
authored
417059f
View commit details
Copy full SHA for 417059f
View code at this point
Browse repository at this point
python-setup: flush at the end of `_check_call`
RasmusWL
committed
ca8a78d
View commit details
Copy full SHA for ca8a78d
View code at this point
Browse repository at this point
python-setup: change `env` passing
RasmusWL
committed
2264307
View commit details
Copy full SHA for 2264307
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
python-setup: Add support for Poetry 1.2
RasmusWL
committed
70509c3
View commit details
Copy full SHA for 70509c3
View code at this point
Browse repository at this point
python-setup: Fix venv creation in Ubuntu 22.04
Show description for e1ce6e3
RasmusWL
committed
e1ce6e3
View commit details
Copy full SHA for e1ce6e3
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
python-setup: Allow newest `virtualenv`
Show description for 5ffcfe9
RasmusWL
committed
5ffcfe9
View commit details
Copy full SHA for 5ffcfe9
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
Pin `poetry` to 1.1
edoardopirovano
committed
8c692b3
View commit details
Copy full SHA for 8c692b3
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
python-setup: Check if `pip` is already installed for Python2
RasmusWL
committed
8a64627
View commit details
Copy full SHA for 8a64627
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
python-setup: refactor Pipenv without lockfile
RasmusWL
authored and
kojiromike
committed
b9577df
View commit details
Copy full SHA for b9577df
View code at this point
Browse repository at this point
Support Pipfile without Pipfile.lock
Show description for 808c292
kojiromike
committed
808c292
View commit details
Copy full SHA for 808c292
View code at this point
Browse repository at this point
Commits on Mar 27, 2022
#996: Fix python_setup/install_tool.sh
Show description for 077ec09
cdivitotawela
committed
077ec09
View commit details
Copy full SHA for 077ec09
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
Force virtualenv version
Show description for 3e50d09
aeisenberg
committed
3e50d09
View commit details
Copy full SHA for 3e50d09
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
Remove explicit 2.26.0 version in python tests
Show description for 43ea2ce
aeisenberg
committed
43ea2ce
View commit details
Copy full SHA for 43ea2ce
View code at this point
Browse repository at this point
Fix failing python tests
Show description for 3df2172
aeisenberg
committed
3df2172
View commit details
Copy full SHA for 3df2172
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
Fix the Pip download URL.
chrisgavin
committed
039625a
View commit details
Copy full SHA for 039625a
View code at this point
Browse repository at this point
Commits on Jan 29, 2021
Python setup: Fix URL for Python 2.7 pip install
Show description for bfa9dfe
adityasharad
authored
bfa9dfe
View commit details
Copy full SHA for bfa9dfe
View code at this point
Browse repository at this point
Commits on Dec 22, 2020
Prevent accidental analysis of the `get-pip.py` script.
chrisgavin
committed
3c494fd
View commit details
Copy full SHA for 3c494fd
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Install Python 3 tools before installing Python 2 tools.
chrisgavin
committed
6156eb9
View commit details
Copy full SHA for 6156eb9
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Make sure a Python 2 pip is installed
Show description for b168eee
The-Compiler
authored
b168eee
View commit details
Copy full SHA for b168eee
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
Run python deps tests on mac
Daverlo
committed
c860191
View commit details
Copy full SHA for c860191
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
Merge branch 'main' into daverlo/python-windows
Daverlo
authored
e0f7838
View commit details
Copy full SHA for e0f7838
View code at this point
Browse repository at this point
Address comments
Daverlo
committed
7d1f309
View commit details
Copy full SHA for 7d1f309
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
Use sys.executable
Daverlo
committed
2c3dafc
View commit details
Copy full SHA for 2c3dafc
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Call pipenv and poetry through python
Daverlo
committed
0d97ea8
View commit details
Copy full SHA for 0d97ea8
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Don't use ::set-env in python-setup
Show description for 64ebf10
RasmusWL
committed
64ebf10
View commit details
Copy full SHA for 64ebf10
View code at this point
Browse repository at this point
Add missing [
Daverlo
committed
9bc8c56
View commit details
Copy full SHA for 9bc8c56
View code at this point
Browse repository at this point
Apply suggestions from code review
Show description for 424a9cf
Daverlo
and
aibaars
authored
424a9cf
View commit details
Copy full SHA for 424a9cf
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
Combine auto_install scripts
Daverlo
committed
e97bdbd
View commit details
Copy full SHA for e97bdbd
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
Port python deps setup to windows
Daverlo
committed
74afd3c
View commit details
Copy full SHA for 74afd3c
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
Remove tests that should fail
Daverlo
committed
4e39b76
View commit details
Copy full SHA for 4e39b76
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.