Update TWiStErRob/github-workflows digest to f44f69e (#36) #22
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: "CI" | |
on: | |
push: | |
jobs: | |
validate: | |
name: "🦺 Validation" | |
uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@f44f69e4ba1bcbd6a7ecf29dba33342d23e3220c # v3 | |
with: | |
gradle: false | |
permissions: | |
contents: read | |
security-events: write | |
actions: read | |
config: | |
name: "🔍 Check Renovate" | |
uses: ./.github/workflows/renovate-config-validator.yml | |
permissions: | |
contents: read |