Skip to content

Commit 6e074d9

Browse files
chore(deps): update actions/checkout action to v4.3.0
1 parent 5e40000 commit 6e074d9

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)