Skip to content

Commit 16b0e13

Browse files
chore(deps): pin dependencies (#6627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2260f55 commit 16b0e13

23 files changed

+60
-60
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ runs:
3838
fi
3939
4040
- name: install pnpm
41-
uses: pnpm/[email protected]
41+
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
4242
with:
4343
version: ${{ steps.pnpm.outputs.version }}
4444

4545
- name: install nodejs
46-
uses: actions/[email protected]
46+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4747
with:
4848
node-version-file: .node-version
4949
cache: ${{ steps.pnpm.outputs.cache }}

.github/workflows/apollo-router-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
release_version: ${{ steps.find_changes.outputs.release_version }}
3838
release_latest: ${{ steps.find_changes.outputs.release_latest }}
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4141
with:
4242
fetch-depth: 2
4343

.github/workflows/apollo-router-updater.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
with:
2020
fetch-depth: 1
2121

@@ -26,7 +26,7 @@ jobs:
2626
actor: apollo-router-updater
2727

2828
- name: Install Rust
29-
uses: actions-rs/toolchain@v1
29+
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
3030
with:
3131
toolchain: '1.84.1'
3232
default: true
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Create Pull Request
4545
if: steps.check.outputs.update == 'true'
46-
uses: peter-evans/create-pull-request@v7
46+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
4747
with:
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
commit-message: Update apollo-router to version ${{ steps.check.outputs.version }}

.github/workflows/build-and-dockerize.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
pull-requests: write
5252
steps:
5353
- name: checkout
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5555
with:
5656
fetch-depth: 2
5757

@@ -69,7 +69,7 @@ jobs:
6969
if: ${{ inputs.build }}
7070
run: pnpm turbo check:build
7171

72-
- uses: vimtor/action-zip@v1
72+
- uses: vimtor/action-zip@5f1c4aa587ea41db1110df6a99981dbe19cee310 # v1
7373
name: archive javascript artifacts
7474
if: ${{ inputs.uploadJavaScriptArtifacts }}
7575
with:
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: upload artifact
8383
if: ${{ inputs.uploadJavaScriptArtifacts }}
84-
uses: randomairborne/[email protected]
84+
uses: randomairborne/r2-release@9cbc35a2039ee2ef453a6988cd2a85bb2d7ba8af # v1.0.2
8585
with:
8686
endpoint: https://6d5bc18cd8d13babe7ed321adba3d8ae.r2.cloudflarestorage.com
8787
accesskeyid: ${{ secrets.R2_ACCESS_KEY_ID }}
@@ -91,7 +91,7 @@ jobs:
9191
destination: ${{ inputs.imageTag }}.zip
9292

9393
- name: upload app persisted documents artifact
94-
uses: randomairborne/[email protected]
94+
uses: randomairborne/r2-release@9cbc35a2039ee2ef453a6988cd2a85bb2d7ba8af # v1.0.2
9595
with:
9696
endpoint: https://6d5bc18cd8d13babe7ed321adba3d8ae.r2.cloudflarestorage.com
9797
accesskeyid: ${{ secrets.R2_ACCESS_KEY_ID }}
@@ -101,7 +101,7 @@ jobs:
101101
destination: ${{ inputs.imageTag }}.app.documents.json
102102

103103
- name: upload graphql schema
104-
uses: randomairborne/[email protected]
104+
uses: randomairborne/r2-release@9cbc35a2039ee2ef453a6988cd2a85bb2d7ba8af # v1.0.2
105105
with:
106106
endpoint: https://6d5bc18cd8d13babe7ed321adba3d8ae.r2.cloudflarestorage.com
107107
accesskeyid: ${{ secrets.R2_ACCESS_KEY_ID }}
@@ -112,17 +112,17 @@ jobs:
112112

113113
- name: configure docker buildx
114114
if: ${{ inputs.dockerize }}
115-
uses: docker/[email protected]
115+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
116116

117117
- name: login to docker registry
118118
if: ${{ inputs.dockerize }}
119-
uses: docker/login-action@v3
119+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
120120
with:
121121
registry: ${{ inputs.registry }}
122122
username: ${{ github.actor }}
123123
password: ${{ secrets.GITHUB_TOKEN }}
124124

125-
- uses: frabert/[email protected]
125+
- uses: frabert/replace-string-action@b6828c5a4cb6371753ff873b0d1c4c4fbd9a63cb # v2.5
126126
id: branch_name_fix
127127
name: sanitize branch name
128128
if: ${{ inputs.dockerize }}
@@ -132,7 +132,7 @@ jobs:
132132
string: ${{ github.head_ref || github.ref_name }}
133133
replace-with: '_'
134134

135-
- uses: frabert/[email protected]
135+
- uses: frabert/replace-string-action@b6828c5a4cb6371753ff873b0d1c4c4fbd9a63cb # v2.5
136136
id: docker_cache_key
137137
name: build cache key
138138
if: ${{ inputs.dockerize }}
@@ -146,7 +146,7 @@ jobs:
146146
timeout-minutes: 60
147147
id: docker-bake
148148
if: ${{ inputs.dockerize }}
149-
uses: docker/[email protected]
149+
uses: docker/bake-action@5ca506d06f70338a4968df87fd8bfee5cbfb84c7 # v6.0.0
150150
env:
151151
DOCKER_REGISTRY: ${{ inputs.registry }}/${{ inputs.imageName }}/
152152
COMMIT_SHA: ${{ inputs.imageTag }}
@@ -169,7 +169,7 @@ jobs:
169169
*.cache-to=type=gha,mode=max,ignore-error=true,scope=${{ steps.docker_cache_key.outputs.replaced }}
170170
171171
- name: docker details pr comment
172-
uses: marocchino/sticky-pull-request-comment@v2
172+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
173173
if:
174174
${{ inputs.dockerize && github.event_name == 'pull_request' && inputs.publishPrComment }}
175175
with:
@@ -208,16 +208,16 @@ jobs:
208208
name: publish multiarch manifest
209209
steps:
210210
- name: checkout
211-
uses: actions/checkout@v4
211+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
212212
with:
213213
fetch-depth: 2
214214

215215
- name: configure docker buildx
216-
uses: docker/[email protected]
216+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
217217

218218
- name: login to docker registry
219219
if: ${{ inputs.dockerize }}
220-
uses: docker/login-action@v3
220+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
221221
with:
222222
registry: ${{ inputs.registry }}
223223
username: ${{ github.actor }}

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
steps:
1919
- name: checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121

2222
- name: initialize
23-
uses: github/codeql-action/init@v3
23+
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
2424
with:
2525
languages: ${{ matrix.language }}
2626

2727
- name: autobuild
28-
uses: github/codeql-action/autobuild@v3
28+
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
2929

3030
- name: analysis
31-
uses: github/codeql-action/analyze@v3
31+
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3

.github/workflows/db-types-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3030

3131
- name: setup environment
3232
uses: ./.github/actions/setup

.github/workflows/dockerize-cli.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
pull-requests: write
2525
steps:
2626
- name: checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
with:
2929
fetch-depth: 2
3030
- name: configure eqemu
31-
uses: docker/setup-qemu-action@v3
31+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
3232
with:
3333
platforms: 'linux/arm64,linux/amd64'
3434
- name: configure docker buildx
35-
uses: docker/setup-buildx-action@v3
35+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
3636
- name: login to docker registry
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
3838
with:
3939
registry: ${{ inputs.registry }}
4040
username: ${{ github.actor }}
@@ -60,7 +60,7 @@ jobs:
6060
- name: build docker images
6161
timeout-minutes: 360
6262
id: docker-bake
63-
uses: docker/[email protected]
63+
uses: docker/bake-action@5ca506d06f70338a4968df87fd8bfee5cbfb84c7 # v6.0.0
6464
env:
6565
DOCKER_REGISTRY: ${{ inputs.registry }}/${{ inputs.imageName }}/
6666
COMMIT_SHA: ${{ inputs.cliVersion }}

.github/workflows/graphql-schema-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: needs.search-token.outputs.hive_token_present == 'true'
2222
steps:
2323
- name: checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525
with:
2626
fetch-depth: 2
2727

.github/workflows/graphql-schema-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313
with:
1414
fetch-depth: 2
1515

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
steps:
99
- name: checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1111
with:
1212
fetch-depth: 2
1313

@@ -20,7 +20,7 @@ jobs:
2020
run: pnpm lint:env-template
2121

2222
- name: Cache ESLint and Prettier
23-
uses: actions/cache@v4
23+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
2424
with:
2525
path: |
2626
.eslintcache

0 commit comments

Comments
 (0)