-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump actions/checkout from 4.1.3 to 4.1.7 (#670)
* chore(deps): Bump actions/checkout from 4.1.3 to 4.1.7 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] <[email protected]> * Update .github/workflows/dependabot.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yiannis Triantafyllopoulos <[email protected]>
- Loading branch information
1 parent
9ee6a75
commit 5c02523
Showing
15 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
name: ci | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '1.22' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
security-events: write | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
- name: setupGo | ||
uses: actions/setup-go@v5 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
runs-on: [self-hosted, linux] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
@@ -68,7 +68,7 @@ jobs: | |
needs: e2e_import_gitops | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
@@ -101,7 +101,7 @@ jobs: | |
needs: e2e_v2prov | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
@@ -134,7 +134,7 @@ jobs: | |
needs: e2e_update_labels | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
container: ubuntu:22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
sudo rm -f /mnt/swapfile || true | ||
free -h | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
working-directory: | ||
- "" | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '=1.22.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
name: lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
packages: write | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
@@ -48,7 +48,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
ref: ${{ github.ref }} | ||
- name: Install Helm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].7 | ||
with: | ||
ref: main | ||
fetch-depth: 0 | ||
|
@@ -77,7 +77,7 @@ jobs: | |
secret_registry: false | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
ref: ${{ env.RELEASE_TAG }} | ||
fetch-depth: 0 | ||
|
@@ -100,7 +100,7 @@ jobs: | |
RELEASE_DIR: .cr-release-packages | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
ref: ${{ env.RELEASE_TAG }} | ||
fetch-depth: 0 | ||
|
@@ -152,7 +152,7 @@ jobs: | |
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Delete nigtly tag and push | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
image: ${{ steps.image.outputs.image }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ inputs.tag }} | ||
|
@@ -78,7 +78,7 @@ jobs: | |
packages: write | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ inputs.tag }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ jobs: | |
secret_registry: true | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Docker login | ||
|
@@ -93,7 +93,7 @@ jobs: | |
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
aws-iam-authenticator version | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: setupGo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
runs-on: "ubuntu-20.04" | ||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].7 | ||
- name: Build an image | ||
run: | | ||
TAG=${{ github.sha }} ARCH=amd64 make docker-build | ||
|