Skip to content

Commit 7770b7d

Browse files
chore(deps): pin dependencies
1 parent dc6a2a2 commit 7770b7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
steps:
3333
- id: skip-check
34-
uses: fkirc/skip-duplicate-actions@v5
34+
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5
3535
with:
3636
do_not_skip: '["schedule", "workflow_dispatch"]'
3737
paths: |-
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Install crane
132132
if: ${{ github.event_name != 'pull_request' }}
133-
uses: imjasonh/setup-crane@v0.4
133+
uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4
134134

135135
- name: Login to registry
136136
if: ${{ github.event_name != 'pull_request' }}

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
contents: read
3333
steps:
3434
- id: skip-check
35-
uses: fkirc/skip-duplicate-actions@v5
35+
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf # v5
3636
with:
3737
do_not_skip: '["push", "schedule", "workflow_dispatch"]'
3838
paths: |-

0 commit comments

Comments
 (0)