We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75233ae commit 8dff5e8Copy full SHA for 8dff5e8
1 file changed
.github/workflows/pr-check-secondary-deps-test.yml
@@ -26,12 +26,12 @@ jobs:
26
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
27
with:
28
egress-policy: audit
29
-
+
30
- name: Checkout repository
31
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32
33
- fetch-depth: 0 # ensure full git history for SCM-based versioning
34
+ fetch-depth: 0 # ensure full git history for SCM-based versioning
35
- name: Set up Python ${{ matrix.python-version }}
36
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37
0 commit comments