Skip to content

Commit 0407c23

Browse files
[ACS-10124] jobs after merge are failing (#4809)
* [ACS-10124] Use commit hash instead commit tag * [ACS-10124] Added comments with tags
1 parent eeee902 commit 0407c23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
fetch-depth: 2
237237

238238
- name: Extract commit message
239-
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v8.33.0
239+
uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@ce7f6e0b62727da8600acf87d72ffbf064ac34b5 #v8.33.0
240240

241241
- name: Check ADF link
242242
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- uses: ./.github/actions/setup
188188
with:
189189
npm_tag: ${{ inputs.npm-tag }}
190-
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.33.0
190+
- uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@ce7f6e0b62727da8600acf87d72ffbf064ac34b5 #v8.33.0
191191
with:
192192
username: ${{ vars.BOT_GITHUB_USERNAME }}
193193
email: ${{ vars.BOT_GITHUB_EMAIL }}

.github/workflows/upstream-adf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
fi
151151
- name: Commit Code
152152
if: ${{ needs.upstream.outputs.hasNewVersion == 'true' }}
153-
uses: stefanzweifel/git-auto-commit-action@v6
153+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 #v6
154154
with:
155155
commit_message: "[ci:force][auto-commit] Update dependencies ADF:${{ needs.upstream.outputs.latestADFVersion }} JS:${{ needs.upstream.outputs.latestJSVersion }}"
156156
branch: upstream-dependencies

0 commit comments

Comments
 (0)