We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a367633 commit d2a8749Copy full SHA for d2a8749
.github/workflows/cicd.yaml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- name: Automate releases based on conventional commits
36
id: release
37
- uses: googleapis/release-please-action@v4
+ uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0
38
with:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
config-file: configs/release-please-config.json
@@ -95,7 +95,7 @@ jobs:
95
runs-on: ubuntu-latest
96
97
- name: Checkout default branch
98
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99
- name: Run update scripts as fallback and push any changes
100
id: fallback
101
uses: ./.github/actions/fallback-updates
0 commit comments