Skip to content

Commit

Permalink
Merge pull request #279 from redhat-cop/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin redhat-cop/github-actions action to 1a58413
  • Loading branch information
garethahealy authored Jul 19, 2024
2 parents 7f323b9 + 13e79fd commit 3edffc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/confbatstest-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@v4.3 # v4.3
uses: redhat-cop/github-actions/get-image-version@1a584131f8a335296e866d1fb0988870ca83aefb # v4.3
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-dispatches-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@v4.3 # v4.3
uses: redhat-cop/github-actions/get-image-version@1a584131f8a335296e866d1fb0988870ca83aefb # v4.3
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kyverno-cli-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@v4.3 # v4.3
uses: redhat-cop/github-actions/get-image-version@1a584131f8a335296e866d1fb0988870ca83aefb # v4.3
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redhat-csp-download-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get image tags
id: image_tags
uses: redhat-cop/github-actions/get-image-version@v4.3 # v4.3
uses: redhat-cop/github-actions/get-image-version@1a584131f8a335296e866d1fb0988870ca83aefb # v4.3
with:
IMAGE_CONTEXT_DIR: ${{ env.context }}

Expand Down

0 comments on commit 3edffc2

Please sign in to comment.