Skip to content

Commit cf132de

Browse files
authored
Merge pull request #3774 from sashashura/patch-1
GitHub Workflows security hardening
2 parents 6077d81 + c726604 commit cf132de

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/dynamic_arch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: continuous build
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read # to fetch code (actions/checkout)
7+
58
jobs:
69
build:
710
runs-on: ${{ matrix.os }}

.github/workflows/mips64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: mips64 qemu test
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read # to fetch code (actions/checkout)
7+
58
jobs:
69
TEST:
710
runs-on: ubuntu-latest

.github/workflows/nightly-Homebrew-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
# it only makes sense to test if this file has been changed
1818

1919
name: Nightly-Homebrew-Build
20+
21+
permissions:
22+
contents: read # to fetch code (actions/checkout)
23+
2024
jobs:
2125
build-OpenBLAS-with-Homebrew:
2226
runs-on: macos-latest

0 commit comments

Comments
 (0)