Skip to content

Commit 6bcf348

Browse files
Update Renovatebot GHA Updates to v6 (#128)
Co-authored-by: protocols-renovate[bot] <270912179+protocols-renovate[bot]@users.noreply.github.com>
1 parent 2a7c66c commit 6bcf348

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test_docker_image_sanitize_input.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- 'custom_image.name:v1.0.0-beta'
2626
steps:
2727
- name: Checkout Code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929

3030
# Run the action. If it fails, the job naturally stops and turns red.
3131
- name: Validate String
@@ -62,7 +62,7 @@ jobs:
6262
- 'registry.com/image:INVALID_TAG_!!!!' # Violates regex character limits
6363
steps:
6464
- name: Checkout Code
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6666

6767
# continue-on-error prevents the bad string from instantly halting the job,
6868
# allowing us to test its exit status in the next step.

java-setup-gradle/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ runs:
2222
java-version: ${{ inputs.VERSION }}
2323
distribution: '${{ inputs.DISTRIBUTION }}'
2424

25-
# v5.0.2
2625
- name: Setup Gradle
2726
uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1

0 commit comments

Comments
 (0)