diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index d48bec2..21b594f 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: container: ghcr.io/renovatebot/renovate@sha256:e21ca1043a6fd060fb58947b2981dae7a1dcd35ec03acf8b4e89ceacdcd2b062 # 37.140.10 steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # 4.0.0 - name: Renovate run: renovate diff --git a/README.md b/README.md index d5e9cdf..0b916f5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# renovate-gh-workflow-container-version-comment +# Workflow container update showcase +Illustrate how renovate deals with workflow containers referencing a digest but have a version text as comment aside. +Compare that to actions referencing a digest and have a version text as comment aside.