From f9dea9ee73f00a9cf7f9e1a18215f3f5ea2d4a3b Mon Sep 17 00:00:00 2001 From: Lucas Rodriguez Date: Thu, 11 Apr 2024 20:43:04 -0500 Subject: [PATCH] ci: fix revive image ref in lint workflow (#2436) ## Description fix revive image ref in lint workflow https://github.com/renovatebot/renovate/discussions/28323#discussioncomment-9078893 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed Co-authored-by: razzle --- .github/workflows/scan-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-lint.yml b/.github/workflows/scan-lint.yml index b27ad00d77..123c7cfeeb 100644 --- a/.github/workflows/scan-lint.yml +++ b/.github/workflows/scan-lint.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Run Revive Action by pulling pre-built image - uses: docker://morphy/revive-action@sha256:087d4e61077087755711ab7e9fae3cc899b7bb07ff8f6a30c3dfb240b1620ae8 # v2.5.7 + uses: docker://morphy/revive-action:v2.5.7@sha256:087d4e61077087755711ab7e9fae3cc899b7bb07ff8f6a30c3dfb240b1620ae8 with: config: revive.toml # Exclude patterns, separated by semicolons (optional)