Skip to content
Open
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/reusable-go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: knative/actions/setup-go@main

- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: go_mod
uses: andstor/file-existence-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: knative/actions/setup-go@main

- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/reusable-helper-go-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: knative/actions/setup-go@main

- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
uses: knative/actions/setup-go@main

- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: golangci_configuration
uses: andstor/file-existence-action@v3
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Do Not Submit
shell: bash
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
uses: knative/actions/setup-go@main

- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install Tools
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: knative/actions/setup-go@main

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: knative/actions/setup-go@main

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: ./src/github.com/${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-verify-codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go install github.com/google/go-licenses@latest

- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Update Codegen
shell: bash
Expand Down