Skip to content

Commit ba81222

Browse files
chore(deps): update all non-major dependencies
1 parent da56687 commit ba81222

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/security_scan.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
fi
3232
3333
- name: Run Trivy scan for logs
34-
uses: aquasecurity/trivy-action@0.34.0
34+
uses: aquasecurity/trivy-action@v0.35.0
3535
with:
3636
scan-type: "fs"
3737
scan-ref: "."
3838
trivy-config: "trivy.yaml"
3939
trivyignores: ".trivyignore"
4040

4141
- name: Run Trivy scan for SARIF report
42-
uses: aquasecurity/trivy-action@0.34.0
42+
uses: aquasecurity/trivy-action@v0.35.0
4343
with:
4444
scan-type: "fs"
4545
scan-ref: "."
@@ -49,7 +49,7 @@ jobs:
4949
output: "trivy-results.sarif"
5050

5151
- name: Upload SARIF to GitHub Security tab
52-
uses: github/codeql-action/upload-sarif@v4.32.3
52+
uses: github/codeql-action/upload-sarif@v4.34.1
5353
with:
5454
sarif_file: "trivy-results.sarif"
5555

@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
8080
- name: Run Trivy to generate SBOM
81-
uses: aquasecurity/trivy-action@0.34.0
81+
uses: aquasecurity/trivy-action@v0.35.0
8282
with:
8383
scan-type: "fs"
8484
scan-ref: "."

.github/workflows/test_terraform_module_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: ${{env.WORKING_DIR}}
4343

4444
- name: Setup Tflint
45-
uses: terraform-linters/setup-tflint@v6.2.1
45+
uses: terraform-linters/setup-tflint@v6.2.2
4646
with:
4747
tflint_wrapper_enabled: true
4848

base_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PyGithub==2.8.1
22
jinja2==3.1.6
33
fabric==3.2.2
4-
ops==3.5.2
4+
ops==3.6.0
55
pylxd @ git+https://github.com/canonical/pylxd
66
requests==2.32.5
77
typing-extensions==4.15.0
88
cryptography==46.0.4
99
pydantic==1.10.26
10-
cosl==1.4.0
10+
cosl==1.6.1
1111
PyYAML==6.0.3
1212
pyOpenSSL==25.3.0

github-runner-manager/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flask==3.1.2
44
PyGithub==2.8.1
55
jinja2==3.1.6
66
kombu==5.6.2
7-
openstacksdk==4.9.0
7+
openstacksdk==4.10.0
88
prometheus-client==0.24.1
99
pydantic==1.10.26
1010
pymongo==4.16.0

0 commit comments

Comments
 (0)