generated from LinuxSuRen/github-go
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump actions/checkout from 3.0.0 to 3.6.0 (#420)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.0...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c2c3315
commit 8a6b53f
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
BackupGit: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.0.0 | ||
- uses: actions/checkout@v3.6.0 | ||
- name: backup | ||
uses: jenkins-zh/[email protected] | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.6.0 | ||
- name: Run GoReleaser | ||
uses: goreleaser/[email protected] | ||
with: | ||
|
@@ -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.6.0 | ||
- name: Go-linter-1 | ||
uses: Jerome1337/[email protected] | ||
with: | ||
|
@@ -69,7 +69,7 @@ jobs: | |
GO111MODULE: on | ||
steps: | ||
- name: Checkout Source | ||
uses: actions/checkout@v3.0.0 | ||
uses: actions/checkout@v3.6.0 | ||
- name: Run Gosec Security Scanner | ||
uses: securego/gosec@master | ||
with: | ||
|
@@ -81,7 +81,7 @@ jobs: | |
GO111MODULE: on | ||
steps: | ||
- name: Checkout Source | ||
uses: actions/checkout@v3.0.0 | ||
uses: actions/checkout@v3.6.0 | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v1 | ||
with: | ||
|
@@ -92,7 +92,7 @@ jobs: | |
name: MarkdownLinkCheck | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/checkout@v3.0.0 | ||
- uses: actions/checkout@v3.6.0 | ||
- uses: gaurav-nelson/[email protected] | ||
with: | ||
use-verbose-mode: 'yes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters