This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request
#3774
from sashashura/patch-1
GitHub Workflows security hardening
tags/v0.3.22^2
Martin Kroeker
GitHub
3 years ago
parent
6077d81161
c726604319
commit
cf132deb14
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
3 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.github/workflows/dynamic_arch.yml
+3
-0
.github/workflows/mips64.yml
+4
-0
.github/workflows/nightly-Homebrew-build.yml
+ 3
- 0
.github/workflows/dynamic_arch.yml
View File
@@ -2,6 +2,9 @@ name: continuous build
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
runs-on: ${{ matrix.os }}
+ 3
- 0
.github/workflows/mips64.yml
View File
@@ -2,6 +2,9 @@ name: mips64 qemu test
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
TEST:
runs-on: ubuntu-latest
+ 4
- 0
.github/workflows/nightly-Homebrew-build.yml
View File
@@ -17,6 +17,10 @@ on:
# it only makes sense to test if this file has been changed
name: Nightly-Homebrew-Build
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build-OpenBLAS-with-Homebrew:
runs-on: macos-latest
Write
Preview
Loading…
Cancel
Save