chore(deps): update anchore/scan-action digest to 5ed195c (#1850) #909
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Aurora Latest | |
on: | |
merge_group: | |
pull_request: | |
branches: | |
- main | |
- testing | |
paths-ignore: | |
- '**.md' | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
schedule: | |
- cron: '40 4 * * *' # 4:40 UTC everyday | |
workflow_dispatch: | |
jobs: | |
build: | |
name: build | |
uses: ./.github/workflows/reusable-build.yml | |
secrets: inherit | |
with: | |
brand_name: aurora | |
fedora_version: latest | |
rechunk: true |