File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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
@@ -116,10 +116,10 @@ jobs:
116116 contents : write
117117 steps :
118118 - name : Checkout code
119- uses : actions/checkout@v4
119+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
120120
121121 - name : Download all archives from workflow artifacts
122- uses : actions/download-artifact@v4
122+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
123123 with :
124124 path : release-archives
125125
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Check out code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2626
2727 - name : Install Gemini CLI
2828 run : npm install @google/gemini-cli
You can’t perform that action at this time.
0 commit comments