Skip to content

Commit c4a8651

Browse files
chore(deps): update github actions (kedacore#6649)
* chore(deps): update github actions | datasource | package | from | to | | --------------- | -------------------- | ------ | ------ | | github-tags | actions/cache | v4.2.2 | v4.2.3 | | github-tags | actions/setup-python | v5.4.0 | v5.5.0 | | github-releases | actions/go-versions | 1.23.7 | 1.24.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Jorge Turrado Ferrero <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Jorge Turrado Ferrero <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Turrado Ferrero <[email protected]>
1 parent 3c49b36 commit c4a8651

9 files changed

+15
-15
lines changed

.github/workflows/fossa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
24+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2525
with:
2626
go-version: "1.23"
2727
- run: go version

.github/workflows/main-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
echo "build_cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
3333
3434
- name: Go modules cache
35-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
35+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3636
with:
3737
path: ${{ steps.go-paths.outputs.mod_cache }}
3838
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
3939

4040
- name: Go build cache
41-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
41+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4242
with:
4343
path: ${{ steps.go-paths.outputs.build_cache }}
4444
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}

.github/workflows/pr-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
details_url: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}
256256

257257
- name: Upload test logs
258-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
258+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
259259
with:
260260
name: e2e-test-logs
261261
path: "${{ github.workspace }}/**/*.log"

.github/workflows/pr-validation.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
echo "build_cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
4343
4444
- name: Go modules cache
45-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
45+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4646
with:
4747
path: ${{ steps.go-paths.outputs.mod_cache }}
4848
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
4949

5050
- name: Go build cache
51-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
51+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5252
with:
5353
path: ${{ steps.go-paths.outputs.build_cache }}
5454
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
@@ -144,10 +144,10 @@ jobs:
144144
runs-on: ubuntu-latest
145145
steps:
146146
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
147-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
147+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
148148
with:
149149
python-version: 3.x
150-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
150+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
151151
with:
152152
go-version: "1.23"
153153
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

.github/workflows/release-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
echo "build_cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
3434
3535
- name: Go modules cache
36-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
36+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3737
with:
3838
path: ${{ steps.go-paths.outputs.mod_cache }}
3939
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
4040

4141
- name: Go build cache
42-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
42+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4343
with:
4444
path: ${{ steps.go-paths.outputs.build_cache }}
4545
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5656
# format to the repository Actions tab.
5757
- name: "Upload artifact"
58-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.pre.node20
58+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.pre.node20
5959
with:
6060
name: SARIF file
6161
path: results.sarif

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
NODE_POOL_SIZE: 1
4848

4949
- name: Upload test logs
50-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
50+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5151
if: ${{ always() }}
5252
with:
5353
name: e2e-test-logs

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ inputs.runs-on }}
2020
steps:
2121
- name: Setup Go
22-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
22+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2323
with:
2424
go-version: "1.23"
2525

@@ -45,7 +45,7 @@ jobs:
4545
run: make smoke-test
4646

4747
- name: Upload test logs
48-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
48+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4949
if: ${{ always() }}
5050
with:
5151
name: smoke-test-logs ${{ inputs.runs-on }}-${{ inputs.kubernetesVersion }}

.github/workflows/v1-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 1
2020

2121
- name: Go modules cache
22-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
22+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2323
with:
2424
path: /go/pkg
2525
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)