We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a512b66 commit e211f3bCopy full SHA for e211f3b
.github/workflows/python-package.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/[email protected]
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v5.3.0
+ uses: actions/setup-python@v5.4.0
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
.github/workflows/scorecard.yml
@@ -42,6 +42,6 @@ jobs:
42
path: results.sarif
43
retention-days: 5
44
- name: "Upload to code-scanning"
45
- uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
+ uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
46
47
sarif_file: results.sarif
0 commit comments