Skip to content

Commit 264e1bc

Browse files
chore(deps): pin dependencies (#2850)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 416a9ce commit 264e1bc

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

1717
- name: Make changes to schema
1818
run: |

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ jobs:
1919
CI: true
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323

2424
- name: Use Node.js ${{ matrix.node_version }}
2525
uses: actions/setup-node@master
2626
with:
2727
node-version: ${{ matrix.node_version }}
2828

2929
- name: Install pnpm
30-
uses: pnpm/[email protected]
30+
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
3131

3232
- name: Get pnpm cache - Set output
3333
id: pnpm-cache
3434
run: echo "{dir}={pnpm cache dir}" >> $GITHUB_OUTPUT
3535

3636
- name: Cache pnpm
37-
uses: actions/cache@v3
37+
uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
3838
with:
3939
path: ${ env.dir }
4040
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Extract metadata (tags, labels) for Docker
1919
id: meta
20-
uses: docker/metadata-action@v4
20+
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4
2121
with:
2222
images: kamilkisiela/graphql-inspector
2323

2424
- name: Login to Docker Hub
25-
uses: docker/login-action@v2
25+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
2626
with:
2727
username: kamilkisiela
2828
password: ${{ secrets.DOCKER_PASSWORD }}
2929

3030
- name: Build and push Docker image
31-
uses: docker/build-push-action@v4
31+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
3232
with:
3333
context: .
3434
push: true

.github/workflows/github.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: micnncim/action-label-syncer@v1
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
with:

.github/workflows/website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
'push'
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)