Skip to content

Commit

Permalink
Merge pull request metal3-io#1388 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.3
  • Loading branch information
metal3-io-bot authored Apr 25, 2024
2 parents f36c1c6 + 5e78126 commit 2ca03a5
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

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

0 comments on commit 2ca03a5

Please sign in to comment.