Skip to content

Commit 903702b

Browse files
committed
feat(linter): ugrade Ratchet from 0.11.3 to 0.11.4
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 4c9d517 commit 903702b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ jobs:
241241
persist-credentials: false
242242

243243
# 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
244+
# https://github.com/sethvargo/ratchet/pkgs/container/ratchet
245+
- uses: "docker://ghcr.io/sethvargo/ratchet:0.11.4@sha256:242445a1c55430ad7477e6fcf2027c77d03f5760702537bca4cf622e7338fc81" # 0.11.4
245246
if: ${{ needs.prepare-actions-linting.outputs.action-files }}
246247
with:
247248
args: "lint --format human --format actions ${{ needs.prepare-actions-linting.outputs.action-files }}"

0 commit comments

Comments
 (0)