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/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️ # Required to mount the Github Workspace to a volume
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Docker Run 🐳
uses: addnab/docker-run-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/datree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: dtzar/helm-kubectl:3.15.3
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Datree 🔨
run: curl https://get.datree.io | /bin/bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- env
steps:
- name: Checkout Lint 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- v1.22.10
steps:
- name: Checkout Kubeval 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run kubeval 🔎
env:
Expand All @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- release
steps:
- name: Checkout Artifacts 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: artifacts

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- artifacts
steps:
- name: Chekcout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: gh-pages
fetch-depth: 1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Comment PR 📝
uses: thollander/actions-comment-pull-request@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- name: Checkout main branch 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: main
path: main_branch
Expand All @@ -97,7 +97,7 @@ jobs:
done

- name: Checkout PR branch 🛎️
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: pr_branch

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-synk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build reports
Expand Down