File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ jobs:
54
54
BUILD_ARGS : " --load"
55
55
56
56
- name : Publish Artifacts to GitHub
57
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
57
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
58
58
with :
59
59
name : output
60
60
path : _output/**
61
61
62
62
- name : Login to Upbound
63
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
63
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
64
64
if : env.XPKG_ACCESS_ID != ''
65
65
with :
66
66
registry : xpkg.upbound.io
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name: End to End Testing
3
3
on :
4
4
issue_comment :
5
5
types : [created]
6
-
6
+ pull_request :
7
+ types : [labeled]
7
8
jobs :
8
9
e2e :
9
10
uses : upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@main
Original file line number Diff line number Diff line change 7
7
steps :
8
8
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9
9
- name : yamllint
10
- uses : reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20 .0
10
+ uses : reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21 .0
11
11
with :
12
12
reporter : github-pr-review
13
13
filter_mode : nofilter
You can’t perform that action at this time.
0 commit comments