Skip to content

Commit a077b99

Browse files
chore(deps): update actions/checkout action to v4.3.0
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.2.2 | v4.3.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent e1e221b commit a077b99

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@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
16+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0
1717
with:
1818
fetch-depth: 0
1919

2020
- name: "Checkout Target Branch"
21-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
21+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
40+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0
4141
with:
4242
ref: ${{ github.sha }}
4343
clean: false

0 commit comments

Comments
 (0)