Skip to content

Commit 3fc7841

Browse files
committed
ci(workflows): Pin credential actions to v1
1 parent 9dd970a commit 3fc7841

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-version-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Auth and Checkout
1717
id: auth_and_checkout
18-
uses: gittools/cicd/auth-checkout@main
18+
uses: gittools/cicd/auth-checkout@v1
1919
with:
2020
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
2121
fetch-depth: 1
@@ -29,7 +29,7 @@ jobs:
2929
dir -r .azure\**\*.yml | % { update-ci-files $_ -OldVersion $oldTag -NewVersion $newTag }
3030
name: Update examples version
3131
32-
- uses: gittools/cicd/git-commit-push@main
32+
- uses: gittools/cicd/git-commit-push@v1
3333
with:
3434
message: "update gittools.gittools version to ${{ github.event.client_payload.newTag }}"
3535
name: Push changes

.github/workflows/update-version-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
dir -r .azure\gittools.gittools-test\**\*.yml | % { update-ci-files $_ -OldVersion $oldTag -NewVersion $newTag }
2727
name: Update examples version
2828
29-
- uses: gittools/cicd/git-commit-push@main
29+
- uses: gittools/cicd/git-commit-push@v1
3030
with:
3131
message: "update gittools.gittools-test version to ${{ github.event.client_payload.newTag }}"
3232
name: Push changes

0 commit comments

Comments
 (0)