We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac9f76 commit c3a86ceCopy full SHA for c3a86ce
.github/workflows/copilot-setup-steps.yml
@@ -26,12 +26,12 @@ jobs:
26
# If you do not check out your code, Copilot will do this for you.
27
steps:
28
- name: Checkout code
29
- uses: actions/checkout@v6.0.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30
with:
31
persist-credentials: false
32
33
- name: Set up Python
34
- uses: actions/setup-python@v6.2.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
35
36
python-version: 3.12
37
0 commit comments