1
0
Fork 0

explain repo reasoning
All checks were successful
renovate / renovate (push) Successful in 18s

This commit is contained in:
Oliver Lippert 2024-01-21 10:04:21 +01:00
parent 3d1e81aae3
commit e8dc2ee7b3
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
2 changed files with 4 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
container: ghcr.io/renovatebot/renovate@sha256:e21ca1043a6fd060fb58947b2981dae7a1dcd35ec03acf8b4e89ceacdcd2b062 # 37.140.10 container: ghcr.io/renovatebot/renovate@sha256:e21ca1043a6fd060fb58947b2981dae7a1dcd35ec03acf8b4e89ceacdcd2b062 # 37.140.10
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # 4.0.0
- name: Renovate - name: Renovate
run: renovate run: renovate

View file

@ -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.