Skip to content

Commit 0c07e17

Browse files
chore(deps): update actions/checkout action to v5.0.1
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v5.0.0 | v5.0.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b2c3d03 commit 0c07e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

trivy/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: "Checkout Repository"
16-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
16+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
1717
with:
1818
fetch-depth: 0
1919

2020
- name: "Checkout Target Branch"
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
21+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
2222
with:
2323
ref: ${{ github.base_ref }}
2424

@@ -37,7 +37,7 @@ runs:
3737
severity: ${{ inputs.severities }}
3838

3939
- name: Checkout current commit
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
40+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # 5.0.1
4141
with:
4242
ref: ${{ github.sha }}
4343
clean: false

0 commit comments

Comments
 (0)