🤖 Update rocm-device-libs digest to 677c6bd - autoclosed #398
Workflow file for this run
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: CodeQL | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
schedule: | |
- cron: '30 1 * * 0' | |
permissions: read-all | |
jobs: | |
CodeQL-Build: | |
runs-on: ubuntu-latest | |
permissions: | |
security-events: write | |
steps: | |
- name: "Checkout code" | |
uses: >- # v3.5.2 | |
actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab | |
with: | |
persist-credentials: false | |
- name: Initialize CodeQL | |
uses: >- # v2.3.6 | |
github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 | |
with: | |
languages: go | |
- name: Autobuild | |
uses: >- # v2.3.6 | |
github/codeql-action/autobuild@83f0fe6c4988d98a455712a27f0255212bba9bd4 | |
- name: Perform CodeQL Analysis | |
uses: >- # v2.3.6 | |
github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 |