Skip to content

Commit 880c6d2

Browse files
authored
Merge branch 'main' into renovate/major-test-images
2 parents 0b5ad49 + b6d8c1b commit 880c6d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ jobs:
539539

540540
- name: Upload SARIF to GitHub Security
541541
if: hashFiles('results.sarif') != '' || steps.scan.outputs.sarif != ''
542-
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
542+
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
543543
with:
544544
sarif_file: ${{ steps.scan.outputs.sarif }}
545545
category: 'anchore-image-${{ matrix.image.key }}-${{ matrix.platform.arch }}'

.github/workflows/uat-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
# up because the multi-platform build path uses `buildx build --push`.
280280
- name: Set up QEMU
281281
if: inputs.aicr_version == '' && inputs.skip_tests != true && inputs.lifecycle != 'daytime-down' && contains(env.BUILD_PLATFORMS, 'arm64')
282-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
282+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
283283
- name: Set up Docker Buildx
284284
if: inputs.aicr_version == '' && inputs.skip_tests != true && inputs.lifecycle != 'daytime-down'
285285
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0

0 commit comments

Comments
 (0)