Skip to content

Commit

Permalink
Merge pull request metal3-io#1393 from metal3-io/renovate/actions-che…
Browse files Browse the repository at this point in the history
…ckout-4.x

Update actions/checkout action to v4.1.4
  • Loading branch information
metal3-io-bot authored Apr 30, 2024
2 parents 3656f4b + 8a4a212 commit 6d81721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubesec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Collect all yaml
id: list_yaml
Expand All @@ -39,7 +39,7 @@ jobs:
value: ${{ fromJson(needs.setup.outputs.matrix) }}
steps:
- name: Checkout code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Run kubesec scanner
uses: controlplaneio/kubesec-action@43d0ddff5ffee89a6bb9f29b64cd865411137b14
Expand Down

0 comments on commit 6d81721

Please sign in to comment.