mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-14 11:23:59 +03:00
🌱 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:
parent
c26bea648d
commit
f38abc03be
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -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
|
||||
|
2
.github/workflows/goreleaser.yaml
vendored
2
.github/workflows/goreleaser.yaml
vendored
@ -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
|
||||
-
|
||||
|
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@ -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'
|
||||
|
||||
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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'
|
||||
|
2
.github/workflows/scorecard-analysis.yml
vendored
2
.github/workflows/scorecard-analysis.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user