Skip to content

Commit e366d37

Browse files
committed
ci(workflows): Pin credential actions to v1
1 parent 05d8e26 commit e366d37

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
name: Load DockerHub credentials
6464
id: dockerhub-creds
6565
if: success() && inputs.publish_images
66-
uses: gittools/cicd/dockerhub-creds@main
66+
uses: gittools/cicd/dockerhub-creds@v1
6767
with:
6868
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
6969
-

.github/workflows/_docker_manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
-
4444
name: Load DockerHub credentials
4545
id: dockerhub-creds
46-
uses: gittools/cicd/dockerhub-creds@main
46+
uses: gittools/cicd/dockerhub-creds@v1
4747
with:
4848
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4949
-

.github/workflows/_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
name: Load NuGet credentials
3939
id: nuget-creds
4040
if: inputs.publish_packages
41-
uses: gittools/cicd/nuget-creds@main
41+
uses: gittools/cicd/nuget-creds@v1
4242
with:
4343
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4444
-
4545
name: Load Chocolatey credentials
4646
id: choco-creds
4747
if: inputs.publish_packages
48-
uses: gittools/cicd/choco-creds@main
48+
uses: gittools/cicd/choco-creds@v1
4949
with:
5050
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
5151

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ jobs:
161161
name: Restore Artifacts
162162
uses: ./.github/actions/artifacts-restore
163163
-
164-
name: Attetstation
164+
name: Attestation
165165
if: env.CAN_PUBLISH == 'true'
166166
uses: ./.github/actions/artifacts-attest
167167
-
168168
name: Load DockerHub credentials
169169
id: dockerhub-creds
170170
if: env.CAN_PUBLISH == 'true'
171-
uses: gittools/cicd/dockerhub-creds@main
171+
uses: gittools/cicd/dockerhub-creds@v1
172172
with:
173173
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
174174
-

.github/workflows/gittools-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-
3737
name: Load GitHub App credentials
3838
id: gh-app-creds
39-
uses: gittools/cicd/gh-app-creds@main
39+
uses: gittools/cicd/gh-app-creds@v1
4040
with:
4141
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4242
-

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
-
3333
name: Load GitHub App credentials
3434
id: gh-app-creds
35-
uses: gittools/cicd/gh-app-creds@main
35+
uses: gittools/cicd/gh-app-creds@v1
3636
with:
3737
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
3838
-

.github/workflows/winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Load GitHub App credentials
2323
id: gh-app-creds
24-
uses: gittools/cicd/gh-app-creds@main
24+
uses: gittools/cicd/gh-app-creds@v1
2525
with:
2626
op_service_account_token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
2727
- name: Generate GitHub App Token

0 commit comments

Comments
 (0)