Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 08bf228

Browse files
authored
Merge pull request #173 from github/dependabot/github_actions/dependencies-c3dacd5e97
2 parents e483062 + 4bda504 commit 08bf228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/[email protected]
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5.3.0
23+
uses: actions/setup-python@v5.4.0
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

.github/workflows/scorecard.yml

+1-1
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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
45+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)