Transform SHA512s to lowercase for azurl. (#1574) #457
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 Build | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
# Required for CodeQL | |
security-events: write | |
contents: read | |
jobs: | |
builds: | |
uses: ./.github/workflows/build.yaml | |
with: | |
codeql: true |