Skip to content

Commit 359439a

Browse files
fix(deps): pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 796b0dd commit 359439a

23 files changed

Lines changed: 202 additions & 677 deletions

.github/actions/docker-build/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757

5858
- name: Extract metadata (tags, labels, annotations) for Docker
5959
id: meta
60-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
60+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
6161
with:
6262
images: ${{ inputs.imageName }}
6363
tags: |
@@ -201,7 +201,7 @@ runs:
201201
202202
- name: Upload image artifact
203203
if: ${{ inputs.skipArtifactUpload != 'true' }}
204-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
204+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
205205
with:
206206
name: podman-image-${{ github.event.number || github.ref_name }}-${{ env.SHORT_SHA }}
207207
path: ./rhdh-podman-artifacts/

.github/workflows/bash-e2e-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919

2020
- name: Set up Node.js
21-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
21+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2222
with:
2323
node-version-file: ".nvmrc"
2424

.github/workflows/codeql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
45+
uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
56+
uses: github/codeql-action/autobuild@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2
5757
# ℹ️ Command-line programs to run using the OS shell.
5858
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5959
# If the Autobuild fails above, remove it and uncomment the following three lines.
@@ -62,6 +62,6 @@ jobs:
6262
# echo "Run, Build Application using script"
6363
# ./location_of_script_within_repo/buildscript.sh
6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
65+
uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3.36.2
6666
with:
6767
category: '/language:${{matrix.language}}'

.github/workflows/coverage-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
registry-url: "https://registry.npmjs.org"
5757

5858
- name: Setup local Turbo cache
59-
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1
59+
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1.3.0
6060
with:
6161
cache-prefix: turbogha-coverage
6262

.github/workflows/e2e-tests-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222

2323
- name: Set up Node.js
24-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
24+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2525
with:
2626
node-version-file: ".nvmrc"
2727

.github/workflows/link-checker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
markdown-link-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1515

1616
- name: Check markdown links in docs
17-
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1
17+
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2
1818
with:
1919
config-file: '.github/workflows/link-checker.config.json'
2020
folder-path: 'docs/'
2121

2222
- name: Check markdown files in root
23-
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1
23+
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2
2424
with:
2525
config-file: '.github/workflows/link-checker.config.json'
2626
# ignore subfolders we don't want to check everthing, there is a lot of files from plugins that we don't control

.github/workflows/next-build-image.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
packages: write
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
60+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6161
with:
6262
fetch-depth: 0
6363

@@ -114,7 +114,7 @@ jobs:
114114
echo "✓ Quay credentials are available"
115115
116116
- name: Login to Quay
117-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
117+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
118118
with:
119119
registry: ${{ env.REGISTRY }}
120120
username: ${{ secrets.QUAY_USERNAME }}
@@ -157,7 +157,7 @@ jobs:
157157
touch "/tmp/digests/${digest#sha256:}"
158158
159159
- name: Upload digest
160-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
160+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
161161
with:
162162
name: digests-${{ env.PLATFORM_PAIR }}
163163
path: /tmp/digests/*
@@ -175,7 +175,7 @@ jobs:
175175
HAS_QUAY_AUTH: ${{ secrets.QUAY_USERNAME != '' && secrets.QUAY_TOKEN != '' }}
176176
steps:
177177
- name: Login to Quay
178-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
178+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
179179
with:
180180
registry: ${{ env.REGISTRY }}
181181
username: ${{ secrets.QUAY_USERNAME }}
@@ -210,12 +210,12 @@ jobs:
210210
echo "EXPIRES_AFTER=$expires_after" >> $GITHUB_ENV
211211
212212
- name: Checkout
213-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
213+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
214214
with:
215215
fetch-depth: 0
216216

217217
- name: Download digests
218-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
218+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
219219
with:
220220
path: /tmp/digests
221221
pattern: digests-*
@@ -225,12 +225,12 @@ jobs:
225225
uses: ./.github/actions/get-sha
226226

227227
- name: Set up Docker Buildx
228-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
228+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
229229

230230
- name: Set container metadata (for :next builds, 14d expiry)
231231
id: meta-next
232232
if: ${{ env.REF_NAME_SHORT == 'next' || startsWith(env.REF_NAME_SHORT,'next-') }}
233-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
233+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
234234
with:
235235
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}
236236
tags: |
@@ -243,7 +243,7 @@ jobs:
243243
- name: Set container metadata (for releases, 183d expiry)
244244
id: meta-release
245245
if: ${{ env.REF_NAME_SHORT != 'next' && !startsWith(env.REF_NAME_SHORT,'next-') }}
246-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
246+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
247247
with:
248248
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_IMAGE }}
249249
tags: |

.github/workflows/pr-1.8.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
node-version: [22]
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4747
with:
4848
fetch-depth: 0
4949
persist-credentials: false
@@ -54,14 +54,14 @@ jobs:
5454

5555
- name: Setup Node.js
5656
if: ${{ steps.check-image.outputs.is_skipped != 'true' }}
57-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
57+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5858
with:
5959
node-version: ${{ matrix.node-version }}
6060
registry-url: "https://registry.npmjs.org"
6161

6262
- name: Setup local Turbo cache
6363
if: ${{ steps.check-image.outputs.is_skipped != 'true' }}
64-
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1
64+
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1.3.0
6565
with:
6666
cache-prefix: turbogha-pr-${{ github.event.number }}
6767

@@ -89,7 +89,7 @@ jobs:
8989
node-version: [22]
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
92+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9393
with:
9494
fetch-depth: 0
9595
persist-credentials: false
@@ -99,14 +99,14 @@ jobs:
9999

100100
- name: Setup Node.js
101101
if: ${{ steps.check-image.outputs.is_skipped != 'true' }}
102-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
102+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
103103
with:
104104
node-version: ${{ matrix.node-version }}
105105
registry-url: "https://registry.npmjs.org"
106106

107107
- name: Setup local Turbo cache
108108
if: ${{ steps.check-image.outputs.is_skipped != 'true' }}
109-
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1
109+
uses: dtinth/setup-github-actions-caching-for-turbo@cc723b4600e40a6b8815b65701d8614b91e2669e # v1.3.0
110110
with:
111111
cache-prefix: turbogha-pr-${{ github.event.number }}
112112

.github/workflows/pr-build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: read
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737
with:
3838
fetch-depth: 0
3939
persist-credentials: false
@@ -50,7 +50,7 @@ jobs:
5050
echo "$IS_SKIPPED" > ./rhdh-skip-artifacts/isSkipped.txt
5151
5252
- name: Upload isSkipped status
53-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
53+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5454
env:
5555
ARTIFACT_NAME: pr-${{ github.event.number }}-${{ env.SHORT_SHA }}-isSkipped
5656
with:

.github/workflows/pr-podman-push.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fi
5656
- name: Comment build failure
5757
if: ${{ github.event.workflow_run.conclusion != 'success' }}
58-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
58+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5959
env:
6060
PR_NUMBER: ${{ steps.get-pr-info.outputs.pr_number }}
6161
BUILD_WORKFLOW_URL: ${{ github.event.workflow_run.html_url }}
@@ -99,7 +99,7 @@ jobs:
9999
- name: Download Skip Status Artifact
100100
if: ${{ github.event.workflow_run.conclusion == 'success' }}
101101
id: download-skip-status
102-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
102+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
103103
env:
104104
SKIP_ARTIFACT_NAME: ${{ steps.get-artifact-name.outputs.skip_artifact_name }}
105105
with:
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Download Image Artifacts
135135
if: ${{ github.event.workflow_run.conclusion == 'success' && steps.check-skip.outputs.is_skipped != 'true' }}
136-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
136+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
137137
env:
138138
ARTIFACT_NAME: ${{ steps.get-artifact-name.outputs.artifact_name }}
139139
with:
@@ -183,7 +183,7 @@ jobs:
183183

184184
- name: Comment skip status
185185
if: ${{ github.event.workflow_run.conclusion == 'success' && steps.check-skip.outputs.is_skipped == 'true' }}
186-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
186+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
187187
env:
188188
PR_NUMBER: ${{ steps.get-pr-info.outputs.pr_number }}
189189
BUILD_WORKFLOW_URL: ${{ github.event.workflow_run.html_url }}
@@ -205,7 +205,7 @@ jobs:
205205
206206
- name: Comment the image pull link
207207
if: ${{ github.event.workflow_run.conclusion == 'success' && steps.check-skip.outputs.is_skipped != 'true' }}
208-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
208+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
209209
env:
210210
PUSHED_TAGS: ${{ steps.prepare.outputs.tags }}
211211
PR_NUMBER: ${{ steps.get-pr-info.outputs.pr_number }}
@@ -262,7 +262,7 @@ jobs:
262262
263263
- name: Comment publish failure
264264
if: ${{ failure() && github.event.workflow_run.conclusion == 'success' }}
265-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
265+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
266266
env:
267267
PR_NUMBER: ${{ steps.get-pr-info.outputs.pr_number }}
268268
BUILD_WORKFLOW_URL: ${{ github.event.workflow_run.html_url }}

0 commit comments

Comments
 (0)