Skip to content

Commit

Permalink
chore: bump actions/checkout from 3 to 3.1.0 (#2323)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 10, 2022
1 parent 7ce8261 commit a7df641
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Initialize CodeQL
uses: github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "TARGET_BRANCH=master" >> ${GITHUB_ENV}
fi
- uses: actions/checkout@v3
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HELM_VERSION: ["3.7.2"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Bootstrap e2e
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
working-directory: website
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
go-version: 1.19

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

# source: https://github.com/golangci/golangci-lint-action
- name: golangci-lint
Expand All @@ -65,7 +65,7 @@ jobs:
go-version: 1.19

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Unit test
run: |
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
go-version: 1.19

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Download e2e dependencies
run: |
Expand All @@ -118,7 +118,7 @@ jobs:
KUBERNETES_VERSION: ["1.23.10", "1.24.4", "1.25.0"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Set up Go 1.19
uses: actions/setup-go@v3
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
GATEKEEPER_NAMESPACE: ["gatekeeper-system", "custom-namespace"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Bootstrap e2e
run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
contents: read
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Set up Go 1.19
uses: actions/setup-go@v3
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
contents: read
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Set up Go 1.19
uses: actions/setup-go@v3
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
contents: read
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Download trivy
run: |
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
contents: read
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: make docker-push-dev
run: |
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Set up Go 1.19
uses: actions/setup-go@v3
Expand Down

0 comments on commit a7df641

Please sign in to comment.