3737 pnpm_version :
3838 required : false
3939 type : string
40- default : " 8"
41- description : If using pnpm - which version to use
40+ description : If using pnpm - which version to use (defaults to the packageManager field in package.json)
4241 secrets :
4342 EXPO_TOKEN :
4443 required : true
@@ -59,14 +58,14 @@ jobs:
5958 # Steps represent a sequence of tasks that will be executed as part of the job
6059 steps :
6160 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
62- - uses : actions/checkout@v3
61+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6362
64- - uses : pnpm/action-setup@v2
63+ - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
6564 if : ${{ inputs.package_manager == 'pnpm' }}
6665 with :
6766 version : ${{ inputs.pnpm_version }}
6867
69- - uses : actions/setup-node@v3
68+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7069 with :
7170 node-version-file : .nvmrc
7271 cache : ${{ inputs.package_manager }}
8786 working-directory : ${{ inputs.working_directory }}
8887
8988 - name : Expo GitHub Action
90- uses : expo/expo-github-action@v8
89+ uses : expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0
9190 with :
9291 # Your Expo username, for authentication.
9392 token : ${{ secrets.EXPO_TOKEN }}
9897
9998 - name : Find Metro cache
10099 id : metro-cache-dir-path
101- uses : actions/github-script@v4
100+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
102101 with :
103102 result-encoding : string
104103 script : |
@@ -107,7 +106,7 @@ jobs:
107106 return path.join(os.tmpdir(), 'metro-cache');
108107
109108 - name : Restore Metro cache
110- uses : actions/cache@v2
109+ uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
111110 with :
112111 path : ${{ steps.metro-cache-dir-path.outputs.result }}
113112 key : ${{ runner.os }}-metro-cache-${{ matrix.app }}-${{ github.ref }}
@@ -123,7 +122,7 @@ jobs:
123122 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
124123 SENTRY_DEPLOY_ENV : ${{ inputs.expo_release_channel }}
125124
126- - uses : marocchino/sticky-pull-request-comment@v2
125+ - uses : marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
127126 with :
128127 recreate : true
129128 message : |
0 commit comments