We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f41ce commit d5ce935Copy full SHA for d5ce935
2 files changed
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
.github/workflows/pypi-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
id-token: write
12
13
- name: Checkout sources
14
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
15
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
16
with:
17
python-version: '3.11'
0 commit comments