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 d4d03c1 commit 9e0204fCopy full SHA for 9e0204f
.github/workflows/pre-commit.yml
@@ -44,13 +44,15 @@ jobs:
44
with:
45
persist-credentials: false
46
repository: ${{ github.repository }}
47
+ ref: ${{ github.sha }}
48
path: project-repo
49
- name: Checkout cpp-linter/.github (org) repo
50
# needed for committed.toml config (org-specific)
51
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52
53
54
repository: cpp-linter/.github
55
+ ref: ${{ github.job_workflow_sha }}
56
path: org-repo
57
- run: rustup update --no-self-update
58
- name: Install cargo-binstall
0 commit comments