Skip to content

Commit

Permalink
Merge pull request metal3-io#1406 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.6
  • Loading branch information
metal3-io-bot committed May 22, 2024
2 parents 56d7dbb + 2c42351 commit 599def1
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- 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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

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

0 comments on commit 599def1

Please sign in to comment.