Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The action authenticates `gh` with a Vault-issued GitHub token. It sets both `GI
```yaml
jobs:
get-build-number:
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -485,7 +485,7 @@ concurrency:

jobs:
build:
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
name: Build
permissions:
id-token: write
Expand Down Expand Up @@ -719,7 +719,7 @@ concurrency:

jobs:
build:
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
name: Build
permissions:
id-token: write
Expand Down Expand Up @@ -922,7 +922,7 @@ The Node.js and NPM tools must be pre-installed. Use of `mise` is recommended.

```yaml
config:
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
name: Build
permissions:
id-token: write
Expand Down Expand Up @@ -1011,7 +1011,7 @@ concurrency:

jobs:
build:
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
name: Build
permissions:
id-token: write
Expand Down Expand Up @@ -1121,7 +1121,7 @@ concurrency:

jobs:
build:
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
name: Build
permissions:
id-token: write
Expand Down Expand Up @@ -1379,7 +1379,7 @@ Required properties in the build info:
promote:
needs:
- build
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
name: Promote
permissions:
id-token: write
Expand All @@ -1394,7 +1394,7 @@ promote:
promote:
needs:
- build
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
name: Promote
permissions:
id-token: write
Expand Down Expand Up @@ -1449,7 +1449,7 @@ on:

jobs:
cleanup:
runs-on: sonar-xs # Private repos default; use github-ubuntu-latest-s for public repos
runs-on: sonar-xs
permissions:
actions: write
steps:
Expand Down
Loading