chore(deps): update github/codeql-action digest to 74483a3 #53
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: Push (any) | |
# When pushing to any branch other than "main", we: | |
# * build the rock image | |
on: | |
push: | |
branches-ignore: | |
- "main" | |
paths: | |
- "rockcraft.yaml" | |
- ".github/workflows/**.yaml" | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yaml |