Skip to content

Commit

Permalink
Merge pull request #4171 from Flexget/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin actions/github-script action to 60a0d83
  • Loading branch information
gazpachoking authored Jan 16, 2025
2 parents 3d9cd34 + 0adefa0 commit 3c73fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
echo "failed=true" >> "$GITHUB_OUTPUT"
fi
fi
- uses: actions/github-script@v7
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
if: steps.push.outputs.failed == 'true'
with:
script: |
Expand Down

0 comments on commit 3c73fe3

Please sign in to comment.