Skip to content

Commit 77d1599

Browse files
committed
Updated action versions
1 parent 80d57f9 commit 77d1599

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/images_build_rhel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
183183
- name: Generate tags
184184
id: meta
185-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
185+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
186186
with:
187187
images: ${{ env.IMAGES_PREFIX }}${{ matrix.build }}
188188
tags: |
@@ -361,7 +361,7 @@ jobs:
361361
362362
- name: Generate tags
363363
id: meta
364-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
364+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
365365
with:
366366
images: ${{ env.IMAGES_PREFIX }}${{ matrix.build }}
367367
tags: |
@@ -566,7 +566,7 @@ jobs:
566566
567567
- name: Generate tags
568568
id: meta
569-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
569+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
570570
with:
571571
images: ${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/${{ secrets[format('{0}_{1}_PROJECT', needs.init_build.outputs.secret_prefix, steps.var_format.outputs.matrix_build)] || matrix.build }}
572572
tags: |
@@ -623,7 +623,7 @@ jobs:
623623
[[ -n "${PROJECT_SECRET:-}" ]] || { echo "::error::Registry robot secret is missing"; exit 1; }
624624
625625
- name: Log in to ${{ env.REGISTRY }}
626-
uses: redhat-actions/podman-login@9184318aae1ee5034fbfbacc0388acf12669171f # v1.6
626+
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
627627
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
628628
with:
629629
username: ${{ format('redhat-isv-containers+{0}-robot', secrets[format('{0}_{1}_PROJECT', needs.init_build.outputs.secret_prefix, steps.var_format.outputs.matrix_build)]) }}
@@ -634,7 +634,7 @@ jobs:
634634
- name: Push to RedHat certification procedure (1st)
635635
id: push_to_registry
636636
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
637-
uses: redhat-actions/push-to-registry@9986a6552bc4571882a4a67e016b17361412b4df # v2.7.1
637+
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8
638638
with:
639639
tags: ${{ steps.meta.outputs.tags }}
640640

@@ -674,7 +674,7 @@ jobs:
674674
- name: Push to RedHat certification procedure (all tags)
675675
id: push_to_registry_all_tags
676676
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
677-
uses: redhat-actions/push-to-registry@9986a6552bc4571882a4a67e016b17361412b4df # v2.7.1
677+
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2.8
678678
with:
679679
tags: ${{ steps.meta.outputs.tags }}
680680

.github/workflows/images_build_windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
- name: Generate tags
302302
id: meta
303303
if: ${{ steps.toolchain_lookup.outputs.reuse != 'true' }}
304-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
304+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
305305
with:
306306
images: ${{ format('{0}/{1}/{2}{3}', env.DOCKER_REGISTRY, env.DOCKER_REPOSITORY, env.IMAGES_PREFIX, env.BASE_IMAGE_NAME ) }}
307307
context: ${{ env.TRUNK_ONLY_EVENT == 'true' && 'git' || '' }}
@@ -318,7 +318,7 @@ jobs:
318318
319319
- name: Login to DockerHub
320320
if: ${{ steps.toolchain_lookup.outputs.reuse != 'true' }}
321-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
321+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
322322
with:
323323
username: ${{ secrets.DOCKER_USERNAME }}
324324
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -429,7 +429,7 @@ jobs:
429429
uses: ./.github/actions/cosign-install
430430

431431
- name: Login to DockerHub
432-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
432+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
433433
with:
434434
username: ${{ secrets.DOCKER_USERNAME }}
435435
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -457,7 +457,7 @@ jobs:
457457
458458
- name: Generate tags
459459
id: meta
460-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
460+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
461461
with:
462462
images: ${{ format('{0}/{1}/{2}{3}', env.DOCKER_REGISTRY, env.DOCKER_REPOSITORY, env.IMAGES_PREFIX, env.BASE_BUILD_IMAGE_NAME ) }}
463463
context: ${{ env.TRUNK_ONLY_EVENT == 'true' && 'git' || '' }}
@@ -617,7 +617,7 @@ jobs:
617617
uses: ./.github/actions/cosign-install
618618

619619
- name: Login to DockerHub
620-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
620+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
621621
with:
622622
username: ${{ secrets.DOCKER_USERNAME }}
623623
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -645,7 +645,7 @@ jobs:
645645
646646
- name: Generate tags
647647
id: meta
648-
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
648+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
649649
with:
650650
images: ${{ format('{0}/{1}/{2}{3}', env.DOCKER_REGISTRY, env.DOCKER_REPOSITORY, env.IMAGES_PREFIX, matrix.component ) }}
651651
context: ${{ env.TRUNK_ONLY_EVENT == 'true' && 'git' || '' }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181

8282
# Upload the results to GitHub's code scanning dashboard.
8383
- name: "Upload to code-scanning"
84-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
84+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
8585
with:
8686
sarif_file: results.sarif

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: Analyze with SonarCloud
58-
uses: SonarSource/sonarqube-scan-action@v7.0.0
58+
uses: SonarSource/sonarqube-scan-action@v8.1.0
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
6161
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)

0 commit comments

Comments
 (0)