Skip to content

Commit c13640f

Browse files
chore(deps): update gh actions
| datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------ | | github-tags | actions/setup-go | v6.0.0 | v6.1.0 | | github-tags | actions/setup-python | v6.0.0 | v6.1.0 | | github-tags | golangci/golangci-lint-action | v9.0.0 | v9.2.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 3e85658 commit c13640f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/build-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
GITHUB_APP_PRIVATE_KEY=github-app:client-pem
8787
- name: Generate Token
8888
id: generate-token
89-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
89+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
9090
with:
9191
app-id: ${{ env.GITHUB_APP_ID }}
9292
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
@@ -95,13 +95,13 @@ jobs:
9595
sigma-rule-deployment
9696
sigma-rule-deployment-integration-test
9797
- name: Checkout Code
98-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
98+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
9999
with:
100100
token: ${{ steps.generate-token.outputs.token }}
101101
persist-credentials: false
102102
path: ./sigma-rule-deployment
103103
- name: Checkout Integration Test
104-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
104+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
105105
with:
106106
token: ${{ steps.generate-token.outputs.token }}
107107
persist-credentials: true

.github/workflows/close-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_APP_PRIVATE_KEY=github-app:client-pem
2323
- name: Generate Token
2424
id: generate-token
25-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
25+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2
2626
with:
2727
app-id: ${{ env.GITHUB_APP_ID }}
2828
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

.github/workflows/convert-integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
console.log(`convert_all set to: ${convertAll}`);
126126
127127
- name: Checkout repository
128-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
128+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
129129
with:
130130
ref: ${{ github.event_name == 'issue_comment' && steps.get-pr-branch.outputs.result || github.head_ref }}
131131
fetch-depth: 0

.github/workflows/unit-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: Setup Go
28-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
28+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2929
with:
3030
go-version: "1.25.4"
3131
cache: false
3232

3333
- name: Run golangci-lint
34-
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
34+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3535
with:
3636
args: --timeout=5m
3737
install-mode: "goinstall"
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: Set up Python environment
52-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
52+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5353
with:
5454
python-version: "3.10"
5555

@@ -86,7 +86,7 @@ jobs:
8686
persist-credentials: false
8787

8888
- name: Setup Go
89-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
89+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9090
with:
9191
go-version: "1.25.4"
9292
cache: false
@@ -114,7 +114,7 @@ jobs:
114114
persist-credentials: false
115115

116116
- name: Setup Go
117-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
117+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
118118
with:
119119
go-version: "1.25.4"
120120
cache: false
@@ -142,7 +142,7 @@ jobs:
142142
persist-credentials: false
143143

144144
- name: Setup Go
145-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
145+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
146146
with:
147147
go-version: "1.25.4"
148148
cache: false

actions/validate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
fetch-depth: 0
2121
persist-credentials: false
2222
- name: Set up Python
23-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
23+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2424
- name: Install dependencies
2525
shell: bash
2626
run: pip install check-jsonschema==0.33.3

0 commit comments

Comments
 (0)