We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gpg/
1 parent 0be591a commit 5508dd8Copy full SHA for 5508dd8
.github/workflows/ci.yml
@@ -45,12 +45,7 @@ jobs:
45
steps:
46
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
with:
48
- fetch-depth: 2 # We need at least 2 to verify if the keyring has changed (so we can skip
49
- # the release signature verification if it hasn't).
50
- # The assumption is that we're either on a PR (in which case a depth of 2
51
- # gives us the merge commit + the tip of the base branch), or, for push
52
- # events, that it comes from a PR that was merged via a merge commit or
53
- # squashed into a single one.
+ fetch-depth: 0 # We need 0 to validate the git commit signatures.
54
persist-credentials: false
55
- name: Export pubring content
56
run: |
0 commit comments