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.
1 parent 4c9d517 commit 903702bCopy full SHA for 903702b
1 file changed
.github/workflows/linter.yml
@@ -241,7 +241,8 @@ jobs:
241
persist-credentials: false
242
243
# FIXME: should be updated by dependabot. See https://github.com/dependabot/dependabot-core/issues/8362
244
- - uses: "docker://ghcr.io/sethvargo/ratchet:0.11.4@sha256:242445a1c55430ad7477e6fcf2027c77d03f5760702537bca4cf622e7338fc81" # 0.11.3
+ # https://github.com/sethvargo/ratchet/pkgs/container/ratchet
245
+ - uses: "docker://ghcr.io/sethvargo/ratchet:0.11.4@sha256:242445a1c55430ad7477e6fcf2027c77d03f5760702537bca4cf622e7338fc81" # 0.11.4
246
if: ${{ needs.prepare-actions-linting.outputs.action-files }}
247
with:
248
args: "lint --format human --format actions ${{ needs.prepare-actions-linting.outputs.action-files }}"
0 commit comments