mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-12 00:41:42 +08:00
Merge pull request #3774 from sashashura/patch-1
GitHub Workflows security hardening
This commit is contained in:
3
.github/workflows/dynamic_arch.yml
vendored
3
.github/workflows/dynamic_arch.yml
vendored
@@ -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
.github/workflows/mips64.yml
vendored
3
.github/workflows/mips64.yml
vendored
@@ -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
.github/workflows/nightly-Homebrew-build.yml
vendored
4
.github/workflows/nightly-Homebrew-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user