Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
set-staging-environmentvariables:
runs-on: ubuntu-latest
needs: [deploy-test]
permissions:
id-token: write
contents: read
steps:
- name: Azure Login
uses: azure/login@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-analyzers-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-backendmodels-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-backendmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-client-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-cosmos-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-cosmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-sqlserver-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codebreaker-lib-sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
# Allow manually trigger
workflow_dispatch:

permissions:
contents: read

jobs:
build:
uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/createnuget-withbuildnumber.yml@main
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ name: Copilot Setup Steps
on:
workflow_dispatch

permissions:
contents: read

jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v5
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/createnuget-withbuildnumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ on:
required: false
type: string

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publishnuget-azuredevops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
DEVOPSARTIFACT_PAT:
required: true

permissions:
contents: read

jobs:
publish:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publishnuget-nugetserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
NUGETAPIKEY:
required: true

permissions:
contents: read

jobs:
publish:
runs-on: ubuntu-latest
Expand Down