Skip to content

Commit a4ad6ee

Browse files
chore(ci): adjust clone depth and update libcrypto version (#1711)
1 parent 104f346 commit a4ad6ee

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Check out
2929
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.0.0
30+
with:
31+
fetch-depth: 0
3032
- name: Set up yq
3133
uses: frenck/action-setup-yq@c4b5be8b4a215c536a41d436757d9feb92836d4f # v1.0.2
3234
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BUILD_VERSION ?= $(shell git describe --tags $$(git rev-list --tags --max-count=
1313
# - .github/workflows/release-runners.yaml
1414
# - .github/workflows/release.yaml
1515
# - Tiltfile
16-
LIBCRYPTO_VERSION ?= 3.5.4-r0
16+
LIBCRYPTO_VERSION ?= 3.5.5-r0
1717

1818
# source controller version
1919
SOURCE_VER ?= v1.7.4

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tfNamespace = "terraform"
88
buildSHA = str(local('git rev-parse --short HEAD')).rstrip('\n')
99
buildVersionRef = str(local('git rev-list --tags --max-count=1')).rstrip('\n')
1010
buildVersion = str(local("git describe --tags ${buildVersionRef}")).rstrip('\n')
11-
LIBCRYPTO_VERSION = "3.5.4-r0"
11+
LIBCRYPTO_VERSION = "3.5.5-r0"
1212

1313
if os.path.exists('Tiltfile.local'):
1414
include('Tiltfile.local')

0 commit comments

Comments
 (0)