Skip to content

Commit c3ba8ae

Browse files
chore(deps): pin dependencies (#2015)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be2a7af commit c3ba8ae

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/actions/setup-pnpm-with-dependencies/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
echo "pnpm-version=${voltaPnpmVersion}">> $GITHUB_OUTPUT
3838
3939
- name: Setup Node
40-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
4141
with:
4242
node-version: ${{ steps.node-version.outputs.node-version }}
4343

@@ -50,7 +50,7 @@ runs:
5050
5151
- name: Dependency Cache
5252
id: dependency-cache
53-
uses: actions/cache@v4
53+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5454
with:
5555
path: '**/node_modules'
5656
key: pnpm-${{ steps.node-version.outputs.pnpm-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GITHUB_TOKEN: ${{ env.GH_TOKEN }}
4646

4747
- name: Checkout Source Code
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4949
with:
5050
fetch-depth: 0
5151

@@ -230,7 +230,7 @@ jobs:
230230
- name: 'Authenticate to Google Cloud'
231231
if: ${{ github.event_name == 'pull_request' && steps.changed_packages.outputs.filter != '' && (github.actor != 'renovate[bot]' || contains(github.event.pull_request.labels.*.name, 'create preview package')) && env.GH_TOKEN != '' }}
232232
id: 'auth'
233-
uses: 'google-github-actions/auth@v2'
233+
uses: 'google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f' # v2
234234
with:
235235
project_id: '22045766606'
236236
workload_identity_provider: 'projects/22045766606/locations/global/workloadIdentityPools/github/providers/github'
@@ -312,7 +312,7 @@ jobs:
312312

313313
- name: Save Build Artifacts
314314
if: ${{ steps.changed_packages.outputs.filter != '' }}
315-
uses: actions/upload-artifact@v4
315+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
316316
with:
317317
name: package-dist-artifacts
318318
path: packages/*/*/dist
@@ -331,7 +331,7 @@ jobs:
331331

332332
steps:
333333
- name: Checkout Source Code
334-
uses: actions/checkout@v4
334+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
335335

336336
- name: Setup PNPM with Dependencies
337337
uses: ./.github/actions/setup-pnpm-with-dependencies/
@@ -340,7 +340,7 @@ jobs:
340340
run: pnpm cypress install
341341

342342
- name: Download build artifacts
343-
uses: actions/download-artifact@v4
343+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
344344
with:
345345
name: package-dist-artifacts
346346
path: packages/
@@ -361,7 +361,7 @@ jobs:
361361
echo "artifactName=component-test-failures-${packageName}" >> $GITHUB_OUTPUT
362362
363363
- name: Upload Component Test Results
364-
uses: actions/upload-artifact@v4
364+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
365365
continue-on-error: true
366366
if: failure()
367367
with:
@@ -395,7 +395,7 @@ jobs:
395395

396396
- name: Checkout Source Code
397397
if: ${{ github.event_name == 'push' }}
398-
uses: actions/checkout@v4
398+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
399399
with:
400400
fetch-depth: 0
401401
token: ${{ secrets.KONGPONENTS_BOT_PAT }}
@@ -406,15 +406,15 @@ jobs:
406406

407407
- name: Download build artifacts
408408
if: ${{ github.event_name == 'push' }}
409-
uses: actions/download-artifact@v4
409+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
410410
with:
411411
name: package-dist-artifacts
412412
path: packages/
413413

414414
- name: 'Authenticate to Google Cloud'
415415
if: ${{ github.event_name == 'push' }}
416416
id: 'auth'
417-
uses: 'google-github-actions/auth@v2'
417+
uses: 'google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f' # v2
418418
with:
419419
project_id: '22045766606'
420420
workload_identity_provider: 'projects/22045766606/locations/global/workloadIdentityPools/github/providers/github'
@@ -475,7 +475,7 @@ jobs:
475475
- finish-test-and-publish
476476
steps:
477477
- name: Checkout Source Code
478-
uses: actions/checkout@v4
478+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
479479

480480
- name: Get aggregate Workflow status
481481
uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 #v3.0.3

.github/workflows/pr-on-close.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Source Code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313

1414
- name: Remove preview consumption comment
1515
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 #v2.9.1

.github/workflows/pr-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 5
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: No PR preview references
2121
uses: Kong/public-shared-actions/pr-previews/validate@main

0 commit comments

Comments
 (0)