Skip to content

Commit d438586

Browse files
authored
Merge pull request #297 from github/dependabot/github_actions/dependencies-79ef8fe47a
2 parents d03d35a + 81beabc commit d438586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4.2.2
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v5.4.0
24+
uses: actions/setup-python@v5.5.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
45+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)