Skip to content

Commit 80fe766

Browse files
Bump actions/checkout from 3.0.1 to 3.0.2 (#279)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6398b29 commit 80fe766

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

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

2121
steps:
2222
- name: Check out code
23-
uses: actions/[email protected].1
23+
uses: actions/[email protected].2
2424

2525
- name: Initialize CodeQL
2626
uses: github/codeql-action/[email protected]

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: "1.18.x"
1919
- name: Checkout code
20-
uses: actions/[email protected].1
20+
uses: actions/[email protected].2
2121
- name: Run linters
2222
uses: golangci/[email protected]
2323
with:
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
go-version: "1.18.x"
3838
- name: Checkout code
39-
uses: actions/[email protected].1
39+
uses: actions/[email protected].2
4040
- run: go test -race ./...
4141
- run: go test -fuzz=. -fuzztime=30s
4242
- run: go test -fuzz=Plain -fuzztime=30s ./internal/charset
@@ -46,7 +46,7 @@ jobs:
4646
coverage:
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/[email protected].1
49+
- uses: actions/[email protected].2
5050
- name: Install Go
5151
if: success()
5252
uses: actions/[email protected]

0 commit comments

Comments
 (0)