There was an error while loading. Please reload this page.
1 parent 472b275 commit c19a968Copy full SHA for c19a968
1 file changed
.github/workflows/entropy-beauty-scan.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pinned commit (update sha if you bump the action)
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
16
with:
17
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}
18
fetch-depth: ${{ github.event_name == 'pull_request_target' && 1 || 2 }}
0 commit comments