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.
1 parent 27b5bcd commit eda92b9Copy full SHA for eda92b9
.github/workflows/benchmark.yml
@@ -37,6 +37,7 @@ jobs:
37
# For PRs, compare against the base branch - e.g., 'main'.
38
# For pushes to main, compare against the previous commit
39
BRANCH_NAME: ${{ github.event_name == 'pull_request' && github.base_ref || github.event.before }}
40
+ GIT_DISCOVERY_ACROSS_FILESYSTEM: 2
41
steps:
42
- name: Harden the runner (Audit all outbound calls)
43
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
0 commit comments