update workflows (#2018)
This commit is contained in:
2
.github/workflows/add-to-project.yml
vendored
2
.github/workflows/add-to-project.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- id: get-secrets
|
- id: get-secrets
|
||||||
uses: grafana/shared-workflows/actions/get-vault-secrets@main
|
uses: grafana/shared-workflows/actions/get-vault-secrets@main # zizmor: ignore[unpinned-uses]
|
||||||
with:
|
with:
|
||||||
repo_secrets: |
|
repo_secrets: |
|
||||||
GITHUB_APP_ID=grafana-oss-big-tent:app-id
|
GITHUB_APP_ID=grafana-oss-big-tent:app-id
|
||||||
|
|||||||
3
.github/workflows/compatibility-50.yml
vendored
3
.github/workflows/compatibility-50.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: zabbix_50
|
name: zabbix_50
|
||||||
run-name: Compatibility with Zabbix 5.0 test
|
run-name: Compatibility with Zabbix 5.0 test
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -13,6 +14,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- uses: actions/setup-go@v5.3.0
|
- uses: actions/setup-go@v5.3.0
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/compatibility-60.yml
vendored
3
.github/workflows/compatibility-60.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: zabbix_60
|
name: zabbix_60
|
||||||
run-name: Compatibility with Zabbix 6.0 test
|
run-name: Compatibility with Zabbix 6.0 test
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -13,6 +14,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- uses: actions/setup-go@v5.3.0
|
- uses: actions/setup-go@v5.3.0
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/compatibility-70.yml
vendored
3
.github/workflows/compatibility-70.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: zabbix_70
|
name: zabbix_70
|
||||||
run-name: Compatibility with Zabbix 7.0 test
|
run-name: Compatibility with Zabbix 7.0 test
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -13,6 +14,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- uses: actions/setup-go@v5.3.0
|
- uses: actions/setup-go@v5.3.0
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/compatibility-72.yml
vendored
3
.github/workflows/compatibility-72.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: zabbix_72
|
name: zabbix_72
|
||||||
run-name: Compatibility with Zabbix 7.2 test
|
run-name: Compatibility with Zabbix 7.2 test
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -13,6 +14,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- uses: actions/setup-go@v5.3.0
|
- uses: actions/setup-go@v5.3.0
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/is-compatible.yml
vendored
3
.github/workflows/is-compatible.yml
vendored
@@ -1,11 +1,14 @@
|
|||||||
name: Latest Grafana API compatibility check
|
name: Latest Grafana API compatibility check
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compatibilitycheck:
|
compatibilitycheck:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
|
|||||||
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@@ -1,5 +1,6 @@
|
|||||||
name: Plugins - CD
|
name: Plugins - CD
|
||||||
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
|
run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }}
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
@@ -1,4 +1,5 @@
|
|||||||
name: Plugins - CI
|
name: Plugins - CI
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user