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 6030b63 commit c1ebdf9Copy full SHA for c1ebdf9
.github/workflows/update-readme.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
with:
15
fetch-depth: 0
16
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
@@ -64,7 +64,7 @@ jobs:
64
exec 3>&-
65
66
- name: Push Changes
67
- uses: EndBug/add-and-commit@v9
+ uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
68
69
committer_name: GitHub Actions
70
committer_email: [email protected]
0 commit comments