Skip to content
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/binary_provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/download-artifact@v8
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
egress-policy: audit

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
egress-policy: audit

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Prepare
id: prep
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-go@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 3
ref: ${{ inputs.checkout_ref || github.sha }}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 3
ref: ${{ inputs.checkout_ref || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
app-id: ${{ vars.CI_SIGNED_COMMIT_APP_ID }}
private-key: ${{ secrets.CI_SIGNED_COMMIT_APP_PRIVATE_KEY }}

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
token: ${{ steps.generate_token.outputs.token }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/init_kosli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
ref: ${{ inputs.checkout_ref || github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install-script-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Run install script test
shell: bash
Expand All @@ -57,7 +57,7 @@ jobs:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Run Homebrew install
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/never_alone_trail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Get tag
id: tag
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
egress-policy: audit

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.checkout_ref || github.sha }}

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0 # needed for some tests referencing older commits
ref: ${{ inputs.checkout_ref || github.sha }}
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.checkout_ref || github.sha }}

Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.checkout_ref || github.sha }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-cli-layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v6
Expand Down
Loading