Skip to content

Commit a9d65b6

Browse files
authored
⬆️🔒 Update requests and CI workflow versions (#88)
* ⬆️🔒 Upgrade requests lower bound Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * 🐛 Update versioning comments Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * 📌 Pin to sha for workflow use Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * ⏪ Revert incorrect version updates Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> --------- Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
1 parent 17924e1 commit a9d65b6

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727

2828
- name: Install uv
29-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v6
29+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
3030

3131
- name: Build protobufs
3232
run: USE_HTTPS=true ./proto-build.sh

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
publish_results: true
5757

5858
- name: Upload SARIF to GitHub Security tab
59-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
59+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6060
with:
6161
sarif_file: scorecard.sarif
6262

.github/workflows/security-scans.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,16 +305,16 @@ jobs:
305305
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
306306

307307
- name: Initialize CodeQL
308-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3
308+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
309309
with:
310310
languages: python
311311
queries: security-extended
312312

313313
- name: Autobuild
314-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v3
314+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
315315

316316
- name: Perform CodeQL Analysis
317-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3
317+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
318318
with:
319319
category: "/language:python"
320320

.github/workflows/self-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ permissions:
1717

1818
jobs:
1919
self-assign:
20-
uses: kagenti/.github/.github/workflows/self-assign-reusable.yml@main
20+
uses: kagenti/.github/.github/workflows/self-assign-reusable.yml@679a2cd1cfde7eed742cf76e9f6608eb91cf1bdd # main
2121
secrets:
2222
ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }}

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ permissions:
1818

1919
jobs:
2020
stale:
21-
uses: kagenti/.github/.github/workflows/stale.yaml@main
21+
uses: kagenti/.github/.github/workflows/stale.yaml@679a2cd1cfde7eed742cf76e9f6608eb91cf1bdd # main

plugins/examples/nemocheck/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ authors = [
4646
dependencies = [
4747
"cpex==0.1.0.dev10",
4848
"mcp>=1.16.0",
49-
"requests>=2.32.5",
49+
"requests>=2.33.0",
5050
]
5151

5252
# URLs

plugins/examples/nemocheck/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)