File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - name : Build distribution
4747 run : yarn build
4848 - name : Upload coverage report
49- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
49+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5050 if : ${{ failure() }}
5151 with :
5252 name : coverage-reports
Original file line number Diff line number Diff line change 4444 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4545 # format to the repository Actions tab.
4646 - name : " Upload artifact"
47- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848 with :
4949 name : SARIF file
5050 path : results.sarif
Original file line number Diff line number Diff line change 3939 working-directory : lambdas
4040 run : yarn install --frozen-lockfile && yarn run test && yarn dist
4141 - name : Get installation token
42- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
42+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4343 id : token
4444 with :
4545 app-id : ${{ vars.RELEASER_APP_ID }}
Original file line number Diff line number Diff line change 5757 run : apk add --no-cache tar
5858 continue-on-error : true
5959 - if : contains(matrix.terraform, '1.5.')
60- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
60+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6161 name : Cache TFLint plugin dir
6262 with :
6363 path : ~/.tflint.d/plugins
@@ -123,7 +123,7 @@ jobs:
123123 run : apk add --no-cache tar
124124 continue-on-error : true
125125 - if : contains(matrix.terraform, '1.3.')
126- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
126+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
127127 name : Cache TFLint plugin dir
128128 with :
129129 path : ~/.tflint.d/plugins
@@ -188,7 +188,7 @@ jobs:
188188 run : apk add --no-cache tar
189189 continue-on-error : true
190190 - if : contains(matrix.terraform, '1.5.')
191- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
191+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
192192 name : Cache TFLint plugin dir
193193 with :
194194 path : ~/.tflint.d/plugins
Original file line number Diff line number Diff line change 8787 with :
8888 python-version : 3.x
8989 - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
90- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
90+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9191 with :
9292 key : mkdocs-material-${{ env.cache_id }}
9393 path : .cache
You can’t perform that action at this time.
0 commit comments