We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99641cd commit a895167Copy full SHA for a895167
1 file changed
.github/workflows/linter.yml
@@ -234,7 +234,7 @@ jobs:
234
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
235
236
# FIXME: should be updated by dependabot. See https://github.com/dependabot/dependabot-core/issues/8362
237
- - uses: "docker://ghcr.io/sethvargo/ratchet:0.11.3@sha256:242445a1c55430ad7477e6fcf2027c77d03f5760702537bca4cf622e7338fc81" # 0.11.3
+ - uses: "docker://ghcr.io/sethvargo/ratchet:0.11.4@sha256:242445a1c55430ad7477e6fcf2027c77d03f5760702537bca4cf622e7338fc81" # 0.11.3
238
if: ${{ needs.prepare-actions-linting.outputs.action-files }}
239
with:
240
args: "lint --format human --format actions ${{ needs.prepare-actions-linting.outputs.action-files }}"
0 commit comments