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 b0b75e2 commit bed6f58Copy full SHA for bed6f58
.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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
15
- name: Ensure SHA pinned actions
16
uses: ./
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