Skip to content

Commit 446d946

Browse files
authored
ci: pin third-party actions to commit-hash (#704)
1 parent be9564b commit 446d946

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-linked-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
name: Check linked issues
1717
steps:
18-
- uses: nearform-actions/github-action-check-linked-issues@v1
18+
- uses: nearform-actions/github-action-check-linked-issues@7140e2e01aa0c18b8ac61bddf5e89abde1ca760e # v1.8.3
1919
id: check-linked-issues
2020
with:
2121
github-token: ${{ github.token }}

.github/workflows/notify-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
contents: read
1616
steps:
1717
- name: Notify release
18-
uses: nearform-actions/github-action-notify-release@v1
18+
uses: nearform-actions/github-action-notify-release@1a1c03a2b8c9a41a7a88f9a8de05b2b6582f0966 # v1.12.2
1919
with:
2020
github-token: ${{ github.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
check-latest: true
3333
node-version: 20
34-
- uses: nearform-actions/optic-release-automation-action@v4
34+
- uses: nearform-actions/optic-release-automation-action@0aab4e4c4f16472e358e2c697d14ea468258244c # v4.10.2
3535
with:
3636
github-token: ${{ github.token }}
3737
semver: ${{ github.event.inputs.semver }}

0 commit comments

Comments
 (0)