🌱 Bump actions/checkout from 1 to 2.3.5 (#1137)

Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...1e204e9a9253d643386038d443f96446fa156a97)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-19 19:28:58 +00:00 committed by GitHub
parent c26bea648d
commit f38abc03be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -50,7 +50,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -25,7 +25,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
with:
fetch-depth: 0
-

View File

@ -55,11 +55,11 @@ jobs:
- name: pull_request actions/checkout
if: github.event_name == 'pull_request'
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
- name: pull_request actions/checkout
if: github.event_name == 'repository_dispatch'
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
with:
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'

View File

@ -26,7 +26,7 @@ jobs:
with:
version: 3.17.3
- name: Clone the code
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
@ -43,7 +43,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
- uses: actions/setup-go@331ce1d993939866bb63c32c6cbbfd48fa76fc57 # v2.1.3
with:
go-version: '1.17'

View File

@ -19,7 +19,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v1
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
- name: "Run analysis"
# This is temporary for dogfooding.