Skip to content

Commit 480aa99

Browse files
authored
chore: Pin 3rd-party actions to SHA1 (#743)
* chore: Pin 3rd-party actions to SHA1 in .github/workflows/conventionalCheck.yml * chore: Pin 3rd-party actions to SHA1 in .github/workflows/release.yml * chore: Pin 3rd-party actions to SHA1 in .github/workflows/changelog.yml
1 parent 3d7a464 commit 480aa99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Simple conventional changelog
14-
uses: lstocchi/simple-conventional-changelog@0.0.11
14+
uses: lstocchi/simple-conventional-changelog@13071c09073f5deddf03d44d9af6a8b0f81ef227 #0.0.11
1515
id: changelog
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/conventionalCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
main:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: amannn/action-semantic-pull-request@v3.1.0
14+
- uses: amannn/action-semantic-pull-request@d2ab30dcffc66150340abb5b947d518a3c3ce9cb #v3.1.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: get_version
2121
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
2222
- name: Simple conventional changelog
23-
uses: lstocchi/simple-conventional-changelog@0.0.11
23+
uses: lstocchi/simple-conventional-changelog@13071c09073f5deddf03d44d9af6a8b0f81ef227 #0.0.11
2424
id: changelog
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)