Skip to content
Closed
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/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand All @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
echo "BRANCH=$BRANCH" >> "$GITHUB_OUTPUT"

- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- v1.32.0
steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Configure Git
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
cp *.tgz /tmp/charts

- name: Checkout to branch gh-pages
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: gh-pages
fetch-depth: 0
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV

- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Read version from VERSION file
run: |
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV

- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Read version from VERSION file
run: |
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Read version from VERSION file
run: |
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Read version from VERSION file
run: |
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Configure Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.2.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-image-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Add image to environment
run: make print-IMAGE >> $GITHUB_ENV
Expand Down
Loading