File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222
2323 - name : Cache Mago
24- uses : actions/cache@v4
24+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2525 with :
2626 path : .mago
2727 key : ${{ runner.os }}-mago-${{ hashFiles('mago.toml') }}
2828 restore-keys : |
2929 ${{ runner.os }}-mago-
3030
3131 - name : Setup Mago
32- uses : nhedger/setup-mago@v1
32+ uses : nhedger/setup-mago@b1b8f89862e133daf595f9ec95c7193c36ccfc14 # v1
3333 with :
3434 version : " latest"
3535 token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 verbose : false
174174
175175 packages :
176- uses : opentelemetry-php/gh-workflows/.github/workflows/validate-packages.yml@main
176+ uses : opentelemetry-php/gh-workflows/.github/workflows/validate-packages.yml@21e75f4123f69dd6c0b3acda14b90044112a2538 # main
177177 needs : php
178178 with :
179179 matrix_extension : ' ["ast, json, grpc"]'
You can’t perform that action at this time.
0 commit comments