Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Update #426

Merged
merged 5 commits into from Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion binaries.py
Expand Up @@ -29,7 +29,7 @@ def python(self):
for arch, python in self.PYTHON_BINARIES[self.os].items():
yield arch, python

WIN_BASE_PATH = "C:\\hostedtoolcache\\windows\\Python\\3.10.7"
WIN_BASE_PATH = "C:\\hostedtoolcache\\windows\\Python\\3.10.8"

PYTHON_BINARIES = {
WIN: {
Expand Down
139 changes: 6 additions & 133 deletions tests/action/Pipfile.lock-secure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/action/docker-secure/Dockerfile
@@ -1,3 +1,3 @@
FROM python:3.10-slim

RUN python3 -m pip install safety==2.3.1
RUN python3 -m pip install secure-package==0.1.0