This commit is contained in:
parent
3d1e81aae3
commit
e8dc2ee7b3
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Reference in a new issue