Skip to content

Commit 8382e16

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-go-6.1.0
2 parents 5f4778f + b08519e commit 8382e16

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
1616

17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1818
with:
1919
fetch-depth: 2
2020
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4747

4848
- name: Checkout repository
49-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
49+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
go-version: ${{ matrix.go-version }}
2323
- name: Checkout code
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
24+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2525
- name: Test
2626
run: go test ./...

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
1818

19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47
2222
with:

0 commit comments

Comments
 (0)