Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/requirements/certifi-2023.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez authored Sep 15, 2023
2 parents 5b32689 + b19b6f2 commit 55f87b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.4.1
uses: step-security/harden-runner@v2.5.1
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.4.1
uses: step-security/harden-runner@v2.5.1
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.4.1
uses: step-security/harden-runner@v2.5.1
with:
disable-sudo: true
disable-file-monitoring: true
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.4.1
uses: step-security/harden-runner@v2.5.1
with:
disable-sudo: true
egress-policy: audit
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
steps:

- name: Harden CI
uses: step-security/harden-runner@v2.4.1
uses: step-security/harden-runner@v2.5.1
with:
disable-sudo: true
egress-policy: audit
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-direct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

arrow==1.2.3
attrs==23.1.0
boto3>=1.26,<1.27
boto3>=1.26,<1.29
certifi==2023.7.22
click==8.1.3
click==8.1.7
docker==6.1.3
GitPython==3.1.31
GitPython==3.1.35
hyperlink==21.0.0
Twisted==22.10.0
zope.interface==6.0

0 comments on commit 55f87b9

Please sign in to comment.