summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-22 15:18:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-22 15:18:19 (GMT)
commit28da395afad73cb99fe30f0d8e6109ca53037764 (patch)
tree2af1b86de3d6b6b17a707b8d5be1922b78dd281b
parent99dd07675f23f57b4a65c0824601cde52100439b (diff)
parent797ee36798bfc483ddad365b0947d55fcdac1365 (diff)
downloadtcl-28da395afad73cb99fe30f0d8e6109ca53037764.zip
tcl-28da395afad73cb99fe30f0d8e6109ca53037764.tar.gz
tcl-28da395afad73cb99fe30f0d8e6109ca53037764.tar.bz2
Merge 8.7
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml2
-rw-r--r--.github/workflows/onefiledist.yml2
-rw-r--r--.github/workflows/win-build.yml2
4 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index c365faa..f5edb60 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -1,5 +1,7 @@
name: Linux
on: [push]
+permissions:
+ contents: read
jobs:
gcc:
runs-on: ubuntu-20.04
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 30c16af..5077bf3 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -1,5 +1,7 @@
name: macOS
on: [push]
+permissions:
+ contents: read
jobs:
xcode:
runs-on: macos-11
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 8bd8ed2..95c6b82 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -1,5 +1,7 @@
name: Build Binaries
on: [push]
+permissions:
+ contents: read
jobs:
linux:
name: Linux
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index e3c991e..6eb1694 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -1,5 +1,7 @@
name: Windows
on: [push]
+permissions:
+ contents: read
env:
ERROR_ON_FAILURES: 1
jobs: