Skip to content

Commit eafbb68

Browse files
chore(deps): pin dependencies
1 parent 5033511 commit eafbb68

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,11 +21,11 @@ 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 }}
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Build and Push Upbound project
4242
if: env.UP_API_TOKEN != ''
43-
uses: upbound/action-up-project@v1
43+
uses: upbound/action-up-project@87016022642d4076f1360639bdf0f04527c28983 # v1
4444
with:
4545
push-project: true
4646
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
@@ -22,11 +22,11 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
id: checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2626

2727
- name: Install and login with up
2828
if: env.UP_API_TOKEN != '' && env.UP_ORG != ''
29-
uses: upbound/action-up@v1
29+
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1
3030
with:
3131
api-token: ${{ env.UP_API_TOKEN }}
3232
organization: ${{ env.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)