File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
17
17
- name : Make changes to schema
18
18
run : |
Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ jobs:
19
19
CI : true
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
23
24
24
- name : Use Node.js ${{ matrix.node_version }}
25
25
uses : actions/setup-node@master
26
26
with :
27
27
node-version : ${{ matrix.node_version }}
28
28
29
29
- name : Install pnpm
30
-
30
+ uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
31
31
32
32
- name : Get pnpm cache - Set output
33
33
id : pnpm-cache
34
34
run : echo "{dir}={pnpm cache dir}" >> $GITHUB_OUTPUT
35
35
36
36
- name : Cache pnpm
37
- uses : actions/cache@v3
37
+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
38
38
with :
39
39
path : ${ env.dir }
40
40
key : ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
18
18
- name : Extract metadata (tags, labels) for Docker
19
19
id : meta
20
- uses : docker/metadata-action@v4
20
+ uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4
21
21
with :
22
22
images : kamilkisiela/graphql-inspector
23
23
24
24
- name : Login to Docker Hub
25
- uses : docker/login-action@v2
25
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
26
26
with :
27
27
username : kamilkisiela
28
28
password : ${{ secrets.DOCKER_PASSWORD }}
29
29
30
30
- name : Build and push Docker image
31
- uses : docker/build-push-action@v4
31
+ uses : docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
32
32
with :
33
33
context : .
34
34
push : true
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
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
14
14
env :
15
15
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16
16
with :
Original file line number Diff line number Diff line change 16
16
' push'
17
17
steps :
18
18
- name : checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
with :
21
21
fetch-depth : 0
22
22
You can’t perform that action at this time.
0 commit comments