Skip to content

Commit 9945b1f

Browse files
authored
chore: Pin 3rd-party actions to SHA1 (redhat-developer#177)
* chore: Pin 3rd-party actions to SHA1 in .github/workflows/conventionalCheck.yml
1 parent 06f9ee4 commit 9945b1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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/[email protected]
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/[email protected]
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)