Skip to content

Commit ebd3469

Browse files
renovate[bot]Donnerbart
authored andcommitted
Pin dependencies
1 parent 9e022a6 commit ebd3469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-immutable-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
packages: write
1212
steps:
1313
- name: Checking out
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- name: Publish
1616
id: publish
1717
uses: actions/[email protected]

.github/workflows/release-new-action-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
steps:
2121
- name: Update the ${{ env.TAG_NAME }} tag
2222
id: update-major-tag
23-
uses: actions/[email protected]
23+
uses: actions/publish-action@f784495ce78a41bac4ed7e34a73f0034015764bb # v0.3.0
2424
with:
2525
source-tag: ${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)