Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump actions/checkout from 4.1.3 to 4.1.7 #670

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5
with:
go-version: '1.22'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
- name: setupGo
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.22.0
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Update generated code
run: make generate
- name: Commit changes
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-long-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
needs: e2e_import_gitops
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
needs: e2e_v2prov
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
needs: e2e_update_labels
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-short-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container: ubuntu:22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo rm -f /mnt/swapfile || true
free -h
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory:
- ""
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5
with:
go-version: '=1.22.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5
with:
go-version: 1.22.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-chart-and-image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.ref }}
- name: Install Helm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.7
with:
ref: main
fetch-depth: 0
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
secret_registry: false
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
ref: ${{ env.RELEASE_TAG }}
fetch-depth: 0
Expand All @@ -100,7 +100,7 @@ jobs:
RELEASE_DIR: .cr-release-packages
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
ref: ${{ env.RELEASE_TAG }}
fetch-depth: 0
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: Delete nigtly tag and push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
image: ${{ steps.image.outputs.image }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
Expand All @@ -78,7 +78,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
secret_registry: true
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: Docker login
Expand All @@ -93,7 +93,7 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

aws-iam-authenticator version
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: "ubuntu-20.04"
steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.7
- name: Build an image
run: |
TAG=${{ github.sha }} ARCH=amd64 make docker-build
Expand Down
Loading