File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Check out code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727
2828 - name : Run JSON Lint
2929 run : jq . gemini-extension.json
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Check out code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
2929 - name : Link Checker
3030 uses :
lycheeverse/[email protected]
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout code at the new tag
42- uses : actions/checkout@v4
42+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4343 with :
4444 ref : ${{ github.event.release.tag_name }}
4545
@@ -117,10 +117,10 @@ jobs:
117117 contents : write
118118 steps :
119119 - name : Checkout code
120- uses : actions/checkout@v4
120+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
121121
122122 - name : Download all archives from workflow artifacts
123- uses : actions/download-artifact@v4
123+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
124124 with :
125125 path : release-archives
126126
You can’t perform that action at this time.
0 commit comments