Skip to content

[Snyk] Security upgrade axios from 0.21.2 to 1.7.8 #860

[Snyk] Security upgrade axios from 0.21.2 to 1.7.8

[Snyk] Security upgrade axios from 0.21.2 to 1.7.8 #860

Workflow file for this run

name: Run commands when issues are labeled or comments added
on:
issues:
types: [labeled]
issue_comment:
types: [created]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: "grafana/grafana-github-actions"
path: ./actions
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Commands
uses: ./actions/commands
with:
metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}}
token: ${{secrets.GH_BOT_ACCESS_TOKEN}}
configPath: commands