Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 4.1.3 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4.1.3...v4.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent 2276e2e commit 1e85968
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 24 deletions.
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@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # tag=v4.1.3
- 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

0 comments on commit 1e85968

Please sign in to comment.