Skip to content

Commit affdab6

Browse files
authored
workflows: Bump shared-go workflows to v4.9.4. (#480)
* workflows: Bump shared-go workflows to v4.9.3. Add auto-release. * workflows: Bump shared-go workflows to v4.9.4.
1 parent a8d1d66 commit affdab6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
2+
# SPDX-License-Identifier: Apache-2.0
3+
---
4+
name: 'Auto Release'
5+
6+
on:
7+
schedule: # Run every day at 12:00 UTC
8+
- cron: '0 12 * * *'
9+
workflow_dispatch:
10+
11+
jobs:
12+
release:
13+
uses: xmidt-org/shared-go/.github/workflows/auto-releaser.yml@465824a64b3ff83b02aa8b77c419211249b2a84a # v4.9.4
14+
secrets: inherit

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
ci:
23-
uses: xmidt-org/shared-go/.github/workflows/ci.yml@311ad6353530f38641f0e9dcd78839618766b8cf # v4.9.1
23+
uses: xmidt-org/shared-go/.github/workflows/ci.yml@465824a64b3ff83b02aa8b77c419211249b2a84a # v4.9.4
2424
with:
2525
release-type: program
2626
release-arch-amd64: true

0 commit comments

Comments
 (0)