Skip to content

Commit 0e6abdd

Browse files
chore(deps): pin dependencies
1 parent 447d6f2 commit 0e6abdd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
id: checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525

2626
- name: Install and login with up
2727
if: env.UP_API_TOKEN != '' && env.UP_ORG != ''
28-
uses: upbound/action-up@v1
28+
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
2929
with:
3030
api-token: ${{ secrets.UP_API_TOKEN }}
3131
organization: ${{ secrets.UP_ORG }}
3232

3333
- name: Build and Push Upbound project
3434
if: env.UP_API_TOKEN != ''
35-
uses: upbound/action-up-project@v1
35+
uses: upbound/action-up-project@87016022642d4076f1360639bdf0f04527c28983 # v1
3636
with:
3737
push-project: true
3838
tag: ${{ inputs.version || '' }}

.github/workflows/composition-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
id: checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

1717
- name: Install up
18-
uses: upbound/action-up@v1
18+
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
1919
with:
2020
skip-login: true
2121

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
id: checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424

2525
- name: Install and login with up
2626
if: env.UP_API_TOKEN != '' && env.UP_ORG != ''
27-
uses: upbound/action-up@v1
27+
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
2828
with:
2929
api-token: ${{ secrets.UP_API_TOKEN }}
3030
organization: ${{ secrets.UP_ORG }}

.github/workflows/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
99
- name: yamllint
10-
uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0
10+
uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0
1111
with:
1212
reporter: github-pr-review
1313
filter_mode: nofilter

0 commit comments

Comments
 (0)