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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
NX_BRANCH: ${{ github.event.number || github.ref_name }}
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Node CI' step
Uses Step: get-secrets
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
repo_secrets: |
Expand Down Expand Up @@ -88,7 +88,7 @@
WORKING_DIR: 'myorg-nobackend-panel'
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Node CI' step
Uses Step: get-secrets
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
repo_secrets: |
Expand Down Expand Up @@ -273,15 +273,15 @@
hasBackend: false
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Node CI' step
Uses Step: get-secrets
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
repo_secrets: |
GRAFANA_ACCESS_POLICY_TOKEN=gcom_access_policy_token:gcom_access_policy_token
export_env: false

- name: Get secrets for DockerHub login
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Node CI' step
Uses Step
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
common_secrets: |
DOCKERHUB_USERNAME=dockerhub:username
Expand Down Expand Up @@ -494,7 +494,7 @@
id-token: write
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Node CI' step
Uses Step: get-secrets
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
repo_secrets: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-developer-portal-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
NX_BRANCH: ${{ github.event.number || github.ref_name }}
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy to Developer Portal DEV Bucket' step
Uses Step: get-secrets
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
repo_secrets: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-developer-portal-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
NX_BRANCH: ${{ github.event.number || github.ref_name }}
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy to Developer Portal PROD Bucket' step
Uses Step: get-secrets
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
repo_secrets: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lapo-create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
runs-on: ubuntu-x64
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Lapo Docs Create docs PR for merged PR' step
Uses Step: get-secrets
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
# Secrets placed in the ci/repo/grafana/plugin-tools
repo_secrets: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lapo-generate-embeddings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
id-token: write
steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.3.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Lapo Docs Generate Embeddings' step
Uses Step: get-secrets
uses 'grafana/shared-workflows/actions/get-vault-secrets' with ref 'get-vault-secrets/v1.3.0', not a pinned commit hash
with:
# Secrets placed in the ci/repo/grafana/plugin-tools in vault
repo_secrets: |
Expand Down
Loading