Skip to content

Commit f9b9359

Browse files
authored
github-actions: pin mage action and use fixed version (#8312)
1 parent 9206f0b commit f9b9359

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/bump-agent-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
git config --global user.name "github-actions[bot]"
5151
5252
- name: Install mage
53-
uses: magefile/mage-action@v3
53+
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
5454
with:
55-
version: v1.13.0
55+
version: v1.14.0
5656
install-only: true
5757

5858
- name: Update versions

.github/workflows/bump-beats-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install mage
5050
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
5151
with:
52-
version: v1.13.0
52+
version: v1.14.0
5353
install-only: true
5454

5555
- name: Run Updatecli in Apply mode

.github/workflows/post-dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
with:
2323
go-version-file: .go-version
2424

25-
- uses: magefile/mage-action@v3
25+
- name: Install mage
26+
uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0
2627
with:
28+
version: v1.14.0
2729
install-only: true
2830

2931
- name: update NOTICE.txt and NOTICE-fips.txt

0 commit comments

Comments
 (0)