Skip to content

Update actions/checkout digest to f43a0e5 #236

Update actions/checkout digest to f43a0e5

Update actions/checkout digest to f43a0e5 #236

Workflow file for this run

name: Release to Github releases
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-and-prerelease:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
fetch-depth: 0
- name: cheetah-application
uses: ./.github/actions/release-chart
continue-on-error: true
with:
name: cheetah-application
token: ${{ secrets.GITHUB_TOKEN }}
- name: flink-job
uses: ./.github/actions/release-chart
continue-on-error: true
with:
name: flink-job
token: ${{ secrets.GITHUB_TOKEN }}
- name: image-automation
uses: ./.github/actions/release-chart
continue-on-error: true
with:
name: image-automation
token: ${{ secrets.GITHUB_TOKEN }}