|
58 | 58 |
|
59 | 59 | steps:
|
60 | 60 | - name: Checkout the Repository
|
61 | | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # V4.1.6 |
| 61 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7 |
62 | 62 |
|
63 | 63 | - name: Setup Go ${{ needs.get-go-version.outputs.version }}
|
64 | 64 | uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # V5.0.1
|
|
74 | 74 | runs-on: ubuntu-latest
|
75 | 75 | steps:
|
76 | 76 | - name: Checkout the Repository
|
77 | | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # V4.1.6 |
| 77 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7 |
78 | 78 |
|
79 | 79 | - name: Set up Python ${{ needs.get-python-version.outputs.version }}
|
80 | 80 | uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # V5.1.0
|
|
94 | 94 |
|
95 | 95 | steps:
|
96 | 96 | - name: Checkout the Repository
|
97 | | - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # V4.1.6 |
| 97 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # V4.1.7 |
98 | 98 |
|
99 | 99 | - name: Check Job Statuses
|
100 | 100 | run: .github/scripts/check-jobs.sh '${{ toJson(needs) }}'
|
0 commit comments