We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564739b commit 8499a2aCopy full SHA for 8499a2a
.github/workflows/pr-title.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
# Please look up the latest version from
20
# https://github.com/amannn/action-semantic-pull-request/releases
21
- - uses: amannn/action-semantic-pull-request@v3.4.6
+ - uses: amannn/action-semantic-pull-request@7bfb19c48fc334d3dacb072cf982e81535041209 # v3.4.6
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
with:
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
persist-credentials: false
fetch-depth: 0
0 commit comments