We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4717b22 commit 4335cb8Copy full SHA for 4335cb8
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Clone the repository
14
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
15
- name: Ensure SHA pinned actions
16
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@21991cec25093947ff3f62e4c223df0260c39944
17
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
with:
26
ref: ${{ github.head_ref }} # https://github.com/stefanzweifel/git-auto-commit-action#checkout-the-correct-branch
27
- name: Get runs.using version
0 commit comments