Skip to content

Commit fa39d07

Browse files
authored
Merge pull request #60 from upbound/repo-sync/sa-up/default
πŸ”„ synced file(s) with upbound/sa-up
2 parents 4f668d0 + 3cc22fd commit fa39d07

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

β€Ž.github/workflows/ci.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Setup Docker Buildx
36-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3
36+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
3737
with:
3838
version: ${{ env.DOCKER_BUILDX_VERSION }}
3939
install: true
@@ -54,7 +54,7 @@ jobs:
5454
BUILD_ARGS: "--load"
5555

5656
- name: Publish Artifacts to GitHub
57-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
57+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
5858
with:
5959
name: output
6060
path: _output/**

β€Ž.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@e09f07780388032a624e9eb44a23fd1bbb4052cc # v1.19.0
10+
uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0
1111
with:
1212
reporter: github-pr-review
1313
filter_mode: nofilter

β€ŽMakefileβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64
117117

118118
# Tool Versions
119119
# ------------------
120-
UP_VERSION = v0.35.0
120+
UP_VERSION = v0.36.4
121121
UP_CHANNEL = stable
122122
CROSSPLANE_CLI_VERSION = v1.18.0
123123
CROSSPLANE_VERSION = v1.18.0-up.1
@@ -134,7 +134,7 @@ KIND_CLUSTER_NAME ?= uptest-$(PROJECT_NAME)
134134
# XPKG Configuration
135135
# ------------------
136136
XPKG_DIR = $(shell pwd)
137-
XPKG_IGNORE = .github/workflows/*.yaml,.github/workflows/*.yml,examples/*.yaml,.work/uptest-datasource.yaml,.cache/render/*
137+
XPKG_IGNORE ?= .github/workflows/*.yaml,.github/workflows/*.yml,examples/*.yaml,.work/uptest-datasource.yaml,.cache/render/*
138138
XPKG_REG_ORGS ?= xpkg.upbound.io/upbound
139139
# NOTE: Skip promoting on xpkg.upbound.io as channel tags are inferred
140140
XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/upbound

0 commit comments

Comments
Β (0)