Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/botocore-1.33.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez authored Oct 2, 2024
2 parents bacadfe + 565a070 commit 19c5184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
branches: ["master"]
pull_request:
branches: ["master"]
merge_group:
types: [checks_requested]


jobs:
Expand All @@ -24,7 +22,7 @@ jobs:
steps:

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

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

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

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

- name: Harden CI
uses: step-security/harden-runner@v2.5.1
uses: step-security/harden-runner@v2.6.1
with:
disable-sudo: true
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-direct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
arrow==1.2.3
attrs==23.1.0
boto3>=1.26,<1.29
certifi==2023.5.7
certifi==2023.7.22
click==8.1.7
docker==6.1.3
GitPython==3.1.35
Expand Down

0 comments on commit 19c5184

Please sign in to comment.