|
10 | 10 | validate:
|
11 | 11 | name: validate - ${{ matrix.name }}
|
12 | 12 | runs-on: ${{ matrix.runner }}
|
13 |
| - container: ghcr.io/kedacore/keda-tools:1.23.6 |
| 13 | + container: ghcr.io/kedacore/keda-tools:1.23.8 |
14 | 14 | strategy:
|
15 | 15 | matrix:
|
16 | 16 | include:
|
@@ -42,13 +42,13 @@ jobs:
|
42 | 42 | echo "build_cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
|
43 | 43 |
|
44 | 44 | - name: Go modules cache
|
45 |
| - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 |
| 45 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
46 | 46 | with:
|
47 | 47 | path: ${{ steps.go-paths.outputs.mod_cache }}
|
48 | 48 | key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
|
49 | 49 |
|
50 | 50 | - name: Go build cache
|
51 |
| - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 |
| 51 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 |
52 | 52 | with:
|
53 | 53 | path: ${{ steps.go-paths.outputs.build_cache }}
|
54 | 54 | key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
|
|
80 | 80 | pull-requests: read # for dorny/paths-filter to read pull requests
|
81 | 81 | name: validate-dockerfiles - ${{ matrix.name }}
|
82 | 82 | runs-on: ${{ matrix.runner }}
|
83 |
| - container: ghcr.io/kedacore/keda-tools:1.23.6 |
| 83 | + container: ghcr.io/kedacore/keda-tools:1.23.8 |
84 | 84 | strategy:
|
85 | 85 | matrix:
|
86 | 86 | include:
|
@@ -114,7 +114,7 @@ jobs:
|
114 | 114 | pull-requests: read # for dorny/paths-filter to read pull requests
|
115 | 115 | name: Validate dev-container - ${{ matrix.name }}
|
116 | 116 | runs-on: ${{ matrix.runner }}
|
117 |
| - container: ghcr.io/kedacore/keda-tools:1.23.6 |
| 117 | + container: ghcr.io/kedacore/keda-tools:1.23.8 |
118 | 118 | strategy:
|
119 | 119 | matrix:
|
120 | 120 | include:
|
@@ -144,10 +144,10 @@ jobs:
|
144 | 144 | runs-on: ubuntu-latest
|
145 | 145 | steps:
|
146 | 146 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
147 |
| - - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 |
| 147 | + - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
148 | 148 | with:
|
149 | 149 | python-version: 3.x
|
150 |
| - - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 |
| 150 | + - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5 |
151 | 151 | with:
|
152 | 152 | go-version: "1.23"
|
153 | 153 | - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
|
|
0 commit comments