We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 978564b + ad42699 commit ea99251Copy full SHA for ea99251
.github/workflows/check-models.yml
@@ -193,7 +193,7 @@ jobs:
193
194
- name: Close GitHub Issue if all models are up-to-date
195
if: steps.check_missing.outputs.needs_update == 'false'
196
- uses: actions/github-script@v7
+ uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
197
with:
198
github-token: ${{ secrets.GITHUB_TOKEN }}
199
script: |
0 commit comments