Skip to content

Commit d2a8749

Browse files
committed
1 parent a367633 commit d2a8749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Automate releases based on conventional commits
3636
id: release
37-
uses: googleapis/release-please-action@v4
37+
uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
config-file: configs/release-please-config.json
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
steps:
9797
- name: Checkout default branch
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9999
- name: Run update scripts as fallback and push any changes
100100
id: fallback
101101
uses: ./.github/actions/fallback-updates

0 commit comments

Comments
 (0)