Skip to content

Commit a90b3a5

Browse files
chore(deps): update all non-major dependencies (#720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9f0cb3 commit a90b3a5

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/security_scan.yaml

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

4040
- name: Run Trivy scan for SARIF report
41-
uses: aquasecurity/trivy-action@0.33.1
41+
uses: aquasecurity/trivy-action@0.34.0
4242
with:
4343
scan-type: "fs"
4444
scan-ref: "."
@@ -48,7 +48,7 @@ jobs:
4848
output: "trivy-results.sarif"
4949

5050
- name: Upload SARIF to GitHub Security tab
51-
uses: github/codeql-action/upload-sarif@v4.32.1
51+
uses: github/codeql-action/upload-sarif@v4.32.3
5252
with:
5353
sarif_file: "trivy-results.sarif"
5454

@@ -76,7 +76,7 @@ jobs:
7676
fi
7777
7878
- name: Run Trivy to generate SBOM
79-
uses: aquasecurity/trivy-action@0.33.1
79+
uses: aquasecurity/trivy-action@0.34.0
8080
with:
8181
scan-type: "fs"
8282
scan-ref: "."

base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ghapi==1.0.10
22
jinja2==3.1.6
33
fabric==3.2.2
4-
ops==3.5.1
4+
ops==3.5.2
55
pylxd @ git+https://github.com/canonical/pylxd
66
requests==2.32.5
77
typing-extensions==4.15.0

github-runner-manager/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click==8.3.1
22
fabric==3.2.2
3-
fastcore==1.12.11
3+
fastcore==1.12.14
44
flask==3.1.2
55
ghapi==1.0.10
66
jinja2==3.1.6

tests/integration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ jubilant==1.7.*
33
kombu==5.*
44
pygithub
55
pymongo==4.*
6-
tenacity==9.1.2
6+
tenacity==9.1.4

0 commit comments

Comments
 (0)