Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/checkout from 3.0.0 to 3.5.3 #409

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
BackupGit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.5.3
- name: backup
uses: jenkins-zh/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.5.3
- name: Test
run: |
go test ./... -coverprofile coverage.out
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.3
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.3
- name: Go-linter-1
uses: Jerome1337/[email protected]
with:
Expand All @@ -69,7 +69,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
Expand All @@ -81,7 +81,7 @@ jobs:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.3
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
Expand All @@ -92,7 +92,7 @@ jobs:
name: MarkdownLinkCheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.5.3
- uses: gaurav-nelson/[email protected]
with:
use-verbose-mode: 'yes'
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.3
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.3
- name: Download hd.exe
id: download_exe
shell: bash
Expand Down