Skip to content

Commit c19a968

Browse files
authored
Update actions/checkout to version v7.0.1
Updated checkout action to use version v7.0.1 instead of a pinned commit.
1 parent 472b275 commit c19a968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/entropy-beauty-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pinned commit (update sha if you bump the action)
15+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
with:
1717
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}
1818
fetch-depth: ${{ github.event_name == 'pull_request_target' && 1 || 2 }}

0 commit comments

Comments
 (0)