Skip to content

Commit 9122323

Browse files
chore(deps): update github actions (#5720)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7b2431 commit 9122323

11 files changed

+19
-19
lines changed

.github/workflows/fossa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2121
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
2222
with:
2323
go-version: "1.21"

.github/workflows/main-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: ghcr.io/kedacore/keda-tools:1.21.6
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2020
with:
2121
fetch-depth: 1
2222

.github/workflows/pr-e2e.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
image_tag: "pr-${{ steps.parser.outputs.pr_num }}-${{ steps.parser.outputs.commit_sha }}"
1717
commit_sha: ${{ steps.parser.outputs.commit_sha }}
1818
steps:
19-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2020

2121
- uses: tspascoal/get-user-teams-membership@v2
2222
id: checkUserMember
@@ -80,7 +80,7 @@ jobs:
8080
status: in_progress
8181
details_url: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
8282

83-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
83+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
8484

8585
- name: Register workspace path
8686
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -124,7 +124,7 @@ jobs:
124124
status: in_progress
125125
details_url: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
126126

127-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
127+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
128128

129129
- name: Register workspace path
130130
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -219,7 +219,7 @@ jobs:
219219
details_url: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
220220

221221
- name: Upload test logs
222-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
222+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
223223
with:
224224
name: e2e-test-logs
225225
path: "${{ github.workspace }}/**/*.log"

.github/workflows/pr-validation.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Check out code
24-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
24+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2525
with:
2626
fetch-depth: 1
2727

@@ -83,7 +83,7 @@ jobs:
8383
name: amd64
8484
steps:
8585
- name: Check out code
86-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
86+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
8787
with:
8888
fetch-depth: 1
8989

@@ -113,7 +113,7 @@ jobs:
113113
- runner: ubuntu-latest
114114
name: amd64
115115
steps:
116-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
116+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
117117

118118
- name: Register workspace path
119119
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -133,7 +133,7 @@ jobs:
133133
name: Static Checks
134134
runs-on: ubuntu-latest
135135
steps:
136-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
136+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
137137
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
138138
with:
139139
python-version: 3.x

.github/workflows/release-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: ghcr.io/kedacore/keda-tools:1.21.6
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2020
with:
2121
fetch-depth: 1
2222

.github/workflows/static-analysis-codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: (github.actor != 'dependabot[bot]')
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2121
- name: Register workspace path
2222
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2323

.github/workflows/static-analysis-semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: returntocorp/semgrep
1717
if: (github.actor != 'dependabot[bot]')
1818
steps:
19-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
2020
- name: Register workspace path
2121
if: ${{ github.event.number > 0 }}
2222
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/template-main-e2e-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
concurrency: e2e-tests
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1616
with:
1717
fetch-depth: 1
1818

@@ -48,7 +48,7 @@ jobs:
4848
NODE_POOL_SIZE: 1
4949

5050
- name: Upload test logs
51-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
51+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
5252
if: ${{ always() }}
5353
with:
5454
name: e2e-test-logs

.github/workflows/template-smoke-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
DEBIAN_FRONTEND: noninteractive
3131

3232
- name: Check out code
33-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
33+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
3434
with:
3535
fetch-depth: 1
3636

@@ -44,7 +44,7 @@ jobs:
4444
run: make smoke-test
4545

4646
- name: Upload test logs
47-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
47+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
4848
if: ${{ always() }}
4949
with:
5050
name: smoke-test-logs ${{ inputs.runs-on }}-${{ inputs.kubernetesVersion }}

.github/workflows/template-trivy-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Trivy - ${{ inputs.runs-on }} - ${{ inputs.scan-type }} ${{ inputs.image-ref }}
3737
runs-on: ${{ inputs.runs-on }}
3838
steps:
39-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39+
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
4040

4141
- name: Run Trivy
4242
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # v0.19.0

.github/workflows/v1-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
container: kedacore/build-tools:v1
1111
steps:
1212
- name: Check out code
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
1414
with:
1515
fetch-depth: 1
1616

0 commit comments

Comments
 (0)