CI: fixed permissions
This commit is contained in:
6
.github/workflows/ballfield.yml
vendored
6
.github/workflows/ballfield.yml
vendored
@@ -35,6 +35,10 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: 'read'
|
||||||
|
id-token: 'write'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Java 17
|
- name: Java 17
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
@@ -43,7 +47,7 @@ jobs:
|
|||||||
distribution: temurin
|
distribution: temurin
|
||||||
|
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|||||||
2
.github/workflows/openttd.yml
vendored
2
.github/workflows/openttd.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
distribution: temurin
|
distribution: temurin
|
||||||
|
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|||||||
2
.github/workflows/sdl2-demo.yml
vendored
2
.github/workflows/sdl2-demo.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Java 17
|
- name: Java 17
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
|
|||||||
Reference in New Issue
Block a user