@@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : 📥 Checkout the repository
22- uses : actions/checkout@v6.0.2
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
2424 - name : 🛠 Set up Python 3
25- uses : actions/setup-python@v6.2.0
25+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2626 id : python
2727 with :
2828 python-version-file : .python-version
@@ -50,10 +50,10 @@ jobs:
5050 - version : " 3.14"
5151 steps :
5252 - name : 📥 Checkout the repository
53- uses : actions/checkout@v6.0.2
53+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454
5555 - name : 🛠️ Set up Python ${{ matrix.python.version }}
56- uses : actions/setup-python@v6.2.0
56+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5757 with :
5858 python-version : ${{ matrix.python.version }}
5959 allow-prereleases : ${{ matrix.python.prereleases || false }}
@@ -78,10 +78,10 @@ jobs:
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : 📥 Checkout the repository
81- uses : actions/checkout@v6.0.2
81+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282
8383 - name : 🛠 Set up Python
84- uses : actions/setup-python@v6.2.0
84+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8585 id : python
8686 with :
8787 python-version-file : .python-version
0 commit comments