Skip to content

Commit 177e8e4

Browse files
authored
Update version numbers for v.0.1.3 release (#249)
1 parent 49d6fea commit 177e8e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/convert-integrate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
fetch-depth: 0
132132

133133
- name: Convert Sigma rules
134-
uses: grafana/sigma-rule-deployment/actions/[email protected].2
134+
uses: grafana/sigma-rule-deployment/actions/[email protected].3
135135
with:
136136
config_path: ${{ inputs.config_path }}
137137
plugin_packages: ${{ inputs.plugin_packages }}
@@ -142,7 +142,7 @@ jobs:
142142
changed_files_from_base: ${{ inputs.changed_files_from_base }}
143143

144144
- name: Integrate queries into alert rules
145-
uses: grafana/sigma-rule-deployment/actions/[email protected].2
145+
uses: grafana/sigma-rule-deployment/actions/[email protected].3
146146
with:
147147
config_path: ${{ inputs.config_path }}
148148
grafana_sa_token: ${{ secrets.grafana_sa_token || env.GRAFANA_SA_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Deploy alert rules to Grafana
4444
id: deploy
45-
uses: grafana/sigma-rule-deployment/actions/[email protected].2
45+
uses: grafana/sigma-rule-deployment/actions/[email protected].3
4646
with:
4747
config_path: ${{ inputs.config_path }}
4848
fresh_deploy: ${{ inputs.fresh_deploy }}

0 commit comments

Comments
 (0)