Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/checkov/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:

- name: checkov
if: steps.checkov_config.outputs.path
uses: bridgecrewio/checkov-action@1246d92f57abae29d5db5f9aeeed2a9813e52d7d # v12.3117.0 - https://github.com/bridgecrewio/checkov-action/releases
uses: bridgecrewio/checkov-action@59b9d7edfcad5b87fbe3f473a9a134a721ad03f8 # v12.3119.0 - https://github.com/bridgecrewio/checkov-action/releases
with:
config_file: ${{ steps.checkov_config.outputs.path }}
output_format: cli
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
password: ${{ inputs.dockerhub-token }}

- name: docker/setup-buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - https://github.com/docker/setup-buildx-action/releases
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - https://github.com/docker/setup-buildx-action/releases
# # https://docs.docker.com/build/ci/github-actions/multi-platform/
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
Expand Down