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
commit
cf132deb14
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions
  1. +3
    -0
      .github/workflows/dynamic_arch.yml
  2. +3
    -0
      .github/workflows/mips64.yml
  3. +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


Loading…
Cancel
Save