Skip to content

Commit e6975e6

Browse files
chore: Pin GitHub Actions dependencies with pinact (#50)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
1 parent fea0f75 commit e6975e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/chore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
steps:
2222
- name: Check valid conventional commit message
2323
id: lint
24-
uses: amannn/action-semantic-pull-request@v6
24+
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
2525
with:
2626
subjectPattern: ^[A-Z].+[^. ]$ # subject must start with uppercase letter and may not end with a dot/space
2727
env:
2828
GITHUB_TOKEN: ${{ github.token }}
2929
- name: Post comment about invalid PR title
3030
if: failure()
31-
uses: marocchino/sticky-pull-request-comment@v2
31+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
3232
with:
3333
header: conventional-commit-pr-title
3434
message: |
@@ -45,7 +45,7 @@ jobs:
4545
</details>
4646
- name: Delete comment about invalid PR title
4747
if: success()
48-
uses: marocchino/sticky-pull-request-comment@v2
48+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
4949
with:
5050
header: conventional-commit-pr-title
5151
delete: true
@@ -58,7 +58,7 @@ jobs:
5858
pull-requests: write
5959
steps:
6060
- name: ${{ github.event_name == 'pull_request' && 'Assign labels' || 'Update release draft' }}
61-
uses: release-drafter/release-drafter@v6
61+
uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
6262
with:
6363
disable-releaser: ${{ github.event_name == 'pull_request' }}
6464
disable-autolabeler: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)