Skip to content

Commit e99f3a6

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'shared/configurations/workflows'
1 parent 19be760 commit e99f3a6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

‎.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ jobs:
5454
BUILD_ARGS: "--load"
5555

5656
- name: Publish Artifacts to GitHub
57-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
57+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5858
with:
5959
name: output
6060
path: _output/**
6161

6262
- name: Login to Upbound
63-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
63+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
6464
if: env.XPKG_ACCESS_ID != ''
6565
with:
6666
registry: xpkg.upbound.io

‎.github/workflows/e2e.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: End to End Testing
33
on:
44
issue_comment:
55
types: [created]
6-
6+
pull_request:
7+
types: [labeled]
78
jobs:
89
e2e:
910
uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@main

‎.github/workflows/yamllint.yaml

+1-1
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)