Skip to content

Commit 241268a

Browse files
chore(deps): pin dependencies
1 parent 6459e21 commit 241268a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/auto_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
ACTIONS_STEP_DEBUG: true
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4 # Checkout our working repository
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Checkout our working repository
1616
- name: Conventional Changelog Action
1717
id: changelog
18-
uses: TriPSs/conventional-changelog-action@v6
18+
uses: TriPSs/conventional-changelog-action@67139193614f5b9e8db87da1bd4240922b34d765 # v6
1919
with:
2020
github-token: ${{ secrets.GH_TOKEN }}
2121
output-file: 'CHANGELOG.md'
@@ -27,7 +27,7 @@ jobs:
2727
echo "Clean Changelog: ${{ steps.changelog.outputs.clean_changelog }}"
2828
echo "Outputs Skipped: ${{ steps.changelog.outputs.skipped }}"
2929
- name: Create Release # This action will create the actual release
30-
uses: actions/create-release@v1
30+
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1
3131
if: ${{ steps.changelog.outputs.skipped == 'false' }}
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/check-conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
name: Validate PR title
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: amannn/action-semantic-pull-request@v5
18+
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3636

3737
# https://github.com/docker/setup-qemu-action
3838
- name: Set up QEMU
39-
uses: docker/setup-qemu-action@v3
39+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3
4040

4141
# Workaround: https://github.com/docker/build-push-action/issues/461
4242
- name: Setup Docker buildx

0 commit comments

Comments
 (0)