Skip to content

Commit

Permalink
🌱 Bump actions/checkout from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...24cb908)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and naveensrinivasan committed Mar 23, 2023
1 parent 82f1dea commit f7c6880
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: 'Dependency Review'
uses: actions/dependency-review-action@c090f4e553673e6e505ea70d6a95362ee12adb94
16 changes: 8 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
docs_only: ${{ steps.docs_only_check.outputs.docs_only }}
steps:
- name: Check out code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v3.3.0
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f #v3.4.0
with:
fetch-depth: 2
- id: files
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: pull_request actions/checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -470,7 +470,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -614,7 +614,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -662,7 +662,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -710,7 +710,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -745,7 +745,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -782,7 +782,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -829,7 +829,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -864,7 +864,7 @@ jobs:
version: ${{ env.PROTOC_VERSION }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand Down Expand Up @@ -893,7 +893,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v2.2.0
with:
go-version: ${{ env.GO_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Clone the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
with:
fetch-depth: 0
- name: Setup Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f

- name: "Run analysis"
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slsa-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ldflags: ${{ steps.ldflags.outputs.value }}
steps:
- id: checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2.3.4
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v2.3.4
with:
fetch-depth: 0
- id: ldflags
Expand Down

0 comments on commit f7c6880

Please sign in to comment.