Skip to content

Commit

Permalink
Merge pull request #856 from redhat-cop/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
garethahealy committed Jul 26, 2024
2 parents 63e53ba + f15ad96 commit d677997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config-validated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Lowercase and sort config.yaml key and values
uses: mikefarah/yq@v4.44.2
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
with:
cmd: yq -i e '(... | select(type == "!!seq"))[] |= downcase' config.yaml && yq -i e '(... | select(type == "!!seq")) |= sort' config.yaml && yq -i 'sort_keys(..)' config.yaml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quay-mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Run ansible-lint
uses: ansible/ansible-lint@v24.7.0
uses: ansible/ansible-lint@95382d398ea1744bf6bfa47b030f14c38b3f6957 # v24.7.0

# Manually downgrade Ansible version due to https://github.com/ansible/ansible/issues/81965
- name: Install Ansible 2.15.4
Expand Down

0 comments on commit d677997

Please sign in to comment.