Skip to content
Open
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
4 changes: 4 additions & 0 deletions .github/workflows/automated_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 10 * * 4"


permissions:
contents: write

jobs:
release_management:
uses: newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- renovate/**
pull_request:


permissions:
contents: read

jobs:
build:
name: Build and scan image
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/infra_bundle_scan_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: '0 0 * * *'


permissions:
contents: read

jobs:
build:
name: Build and scan image
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- master
- main


permissions:
contents: read

jobs:
nightly:
name: Nightly standard build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
agent_version:
description: "Agent version"
required: true

permissions:
contents: read

jobs:
build:
name: Build and push image
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
release:
types: [ prereleased, released ]


permissions:
contents: read

jobs:
release-windows-2022:
name: Release Windows Server 2022
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
release:
types: [ prereleased, released ]


permissions:
contents: read

jobs:
container-release:
uses: newrelic/coreint-automation/.github/workflows/reusable_image_release.yaml@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
schedule:
- cron: "14 3 * * *" # Daily at 3:14 AM


permissions:
contents: read

jobs:
build:
name: Build and scan image
Expand Down
Loading